Structure Time

TMSi Data Acquisition SDK

 
TMS International BV

SYSTEMTIME

typedef struct _SYSTEMTIME {
WORD wYear;
WORD wMonth;
WORD wDayOfWeek;
WORD wDay;
WORD wHour;
WORD wMinute;
WORD wSecond;
WORD wMilliseconds;
} SYSTEMTIME;

Members

wYear 
   
The current year

wMonth 
    The current month; January is 1

wDayOfWeek
    The current day of the week; Sunday is 0, Monday is 1, and so on

wDay
    The current day of the month

wHour
    The current hour

wMinute
    The current minute

wSecond

    The current second

wMilliseconds
    The current millisecond

 

Include

WINDOWS.H

Also see

TMSiRecordingConfigType