Time Functions (Compact 2013)
3/28/2014
The following tables show the time functions with a description of the purpose of each.
Functions |
Description |
---|---|
Reads the real-time clock (RTC) and offsets it with the value that is calculated on every time change. |
|
Reads the current raw time offset to calculate the monotonically increasing time. |
|
Compares two 64-bit file times. |
|
Converts a file time based on the Universal Time Coordinate (UTC) to a local file time. |
|
Converts a 64-bit file time to system time format. |
|
Returns a system time converted to a FILETIME based on the Coordinated Universal Time. |
|
Retrieves the date and time that a file was created, last accessed, and last modified. |
|
Returns the amount of time, in milliseconds, that the master processor has been idle. |
|
Retrieves the current local date and time. |
|
Retrieves the current system date and time. |
|
Retrieves the current system date and time in UTC format. |
|
For Release configurations, this function returns the number of milliseconds since boot, excluding any time that the system was suspended. For Debug configurations, this function returns the number of milliseconds since boot minus 180 seconds. |
|
Retrieves current time-zone information. |
|
Retrieves the current time zone Id. |
|
Retrieves a valid time zone entry list. |
|
Converts a local file time to a file time based on the UTC. |
|
Retrieves the current value of the high-resolution performance counter, if one is provided by the OEM. |
|
Retrieves the frequency of the high-resolution performance counter, if one is provided by the OEM. |
|
Generates a random number. |
|
Sets the current state of daylight saving time. This function has been deprecated. |
|
Sets the date and time that a file was created, last accessed, or last modified. |
|
Sets the current local time and date. |
|
Sets the current system time and date. |
|
Sets the bias for local time and daylight time. |
|
Sets current time zone information. |
|
Sets the current time zone properties using the information from the specified time zone. |
|
Converts a system time to a file time. |