INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- The 'GetCurrentTime' function retrieves the number of milliseconds
-- that have elapsed since Windows was started.
-- The 'GetFileTime' procedure retrieves the date and time that
-- a file was created, last accessed, and last modified.
-- The 'GetLocalTime' procedure retrieves the current local date and time.
-- The 'GetSystemTime' procedure retrieves the current system date and
-- time. The system time is expressed in Coordinated Universal Time (UTC).
-- The 'GetTickCount' function retrieves the number of milliseconds
-- that have elapsed since Windows was started.
-- The 'SetFileTime' procedure sets the date and time that
-- a file was created, last accessed, or last modified.
-- The 'SetLocalTime' procedure sets the current local time and date.
-- The 'SetSystemTime' procedure sets the current system time and date.
-- The system time is expressed in Coordinated Universal Time (UTC).
-- The 'SystemTimeToFileTime' procedure converts a system time
-- to a file time.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |