Functions providing information about timezones, convert datetime values to and from common C types.
ATimeZones | Retrieves information about timezones. |
Double2DT | Converts a double (numeric) value into a datetime. |
DT2Double | Converts a datetime value into a double (numeric) value. |
DT2FT | Converts a datetime value into a FILETIME struct. |
DT2ST | Converts a datetime value into a SYSTEMTIME struct. |
DT2Timet | Converts a datetime value into a Time_t (Unix) timestamp. |
DT2UTC | Converts a datetime value of the current active timezone into a UTC datetime. |
FT2DT | Converts a FILETIME struct to a datetime value. |
GetSystemTime | Retrieves the current system date and time either in Coordinated Universal Time (UTC) or in local time. |
SetSystemTime | Sets the current system time and date. |
ST2DT | Converts a SYSTEMTIME struct to a datetime value. |
Timet2DT | Converts a Time_t (Unix) timestamp into a datetime value. |
UTC2DT | Converts a datetime value from UTC to the local timezone. |