SYSTEMTIME STRUCT   (MS-Windows)

   Identifies the date and time.


SYSTEMTIME STRUCT
    wYear         WORD ?  ;year (4 digits)
    wMonth        WORD ?  ;1-12 1=January
    wDayOfWeek    WORD ?  ;0-6  0=Sunday
    wDay          WORD ?  ;1-31
    wHour         WORD ?  ;0-23
    wMinute       WORD ?  ;0-59
    wSecond       WORD ?  ;0-59
    wMilliseconds WORD ?  ;0-999
SYSTEMTIME ENDS

Converted from CHM to HTML with chm2web Pro 2.85 (unicode)