|
Sleep
|
Suspends the execution for specified number of
seconds.
|
|
Millisleep
|
Suspends the execution for specified number of
milliseconds.
|
|
GetTime
|
Returns
the number of seconds elapsed since January 1, 1970.
|
|
GetTimeString
|
Returns
the current date and time as formatted string.
|
|
FormatTime
|
Converts the
date and time value into formatted string.
|
|
GetTickCount
|
Retrieves the number of milliseconds that have elapsed since the
system was started. |
|
ConvertToUnixTime
|
Parses a
string containing date and time and returns the
integer value representing unix time (number of seconds elapsed since January
1, 1970).
|