Time Zone handling functionality.
Methods
|
Name |
Description |
|
ConvertLocalToUtcDateTime |
Convert the specified Local Date/Time into a UTC Date/Time as per the current Windows computer. |
|
ConvertTimeZoneToUtcDateTime |
Converts a Date/Time and optional Time Zone to a UTC Date/Time. |
|
ConvertUtcToLocalDateTime |
Convert the specified UTC Date/Time into a Local Date/Time as per the current Windows computer. |
|
ConvertUtcToTimeZoneDateTime |
Converts a UTC DateTime to a DateTime in the specified Time Zone (or local time zone if not specified). |
|
GetCurrentDatabaseDateTime |
Returns the Database Date and Time as per the current finPOWER Connect database. |
|
GetCurrentLocalDate |
Returns the current Local Date (without Time information) as per the current Windows computer. |
|
GetCurrentLocalDateTime |
Get the current Local Date/Time as per the current Windows computer - Rounded to whole seconds. |
|
GetCurrentUtcDateTime |
Returns the current UTC Date/Time (as retrieved from the database server if possible) - Rounded to whole seconds. |
|
GetCurrentUtcDateTimePrecise |
Returns the current UTC Date/Time (as retrieved from the database server if possible) - including fractions of a second. |
|
IsTimeZoneLocal |
Indicates whether the specified Time Zone is the local TimeZone. |
Properties
- Namespace:
- Intersoft.ISRuntime6
- Assembly:
- ISRuntime6, Version=6.0.3
- Target Framework:
- .NET 9.0