Win32 provides a number of services for getting and converting times.
These functions include:
| Function | Description |
| DosDateTimeToFileTime | Converts file time/date from DOS format to 64-bit format |
| FileTimeToDosDateTime | Converts file time/date from 64-bit format to DOS format |
| FileTimeToSystemTime | Converts file time/date from 64-bit format to system format |
| GetCurrentTime | Retrieves the current Windows time |
| GetSystemTime | Returns the current time and date |
| GetTickCount | Retrieves the elapsed time since the system started |
| KillTimer | Kills the specified timer event |
| SetSystemTime | Sets the current time and date |
| SetTimer | Creates a system-timer event |
| SystemTimeToFileTime | Converts system time to a 64-bit file time |