get_fattime

The get_fattime gets current time.

DWORD get_fattime ();

Return Value

Currnet time is returned with packed into a DWORD value. The bit field is as follows:

bit31:25
Year from 1980 (0..127)
bit24:21
Month (1..12)
bit20:16
Date (1..31)
bit15:11
Hour (0..23)
bit10:5
Minute (0..59)
bit4:0
Second/2 (0..29)

Description

The function must be return any valid time even if the system does not support a real time clock. The get_fattime is not required in read only configuration.

Return