Function 3 - get system time.
Parameters:
- eax = 3 - function number
Returned value:
- eax = 0x00SSMMHH, where HH:MM:SS = Hours:Minutes:Seconds
- each item is BCD-number, for example,
for time 23:59:59 function returns 0x00595923
Remarks:
- See also subfunction 9 of function 26 - get time from
the moment of start of the system; it is more convenient, because
returns simply DWORD-value of the time counter.
- System time can be set by function 22.