XTFSYSTEMTIME Structure

Contains system time information for Xbox Tools Framework (XTF) apps.

Syntax

typedef struct XTFSYSTEMTIME {
    WORD wYear;
    WORD wMonth;
    WORD wDayOfWeek;
    WORD wDay;
    WORD wHour;
    WORD wMinute;
    WORD wSecond;
    WORD wMilliseconds;
} XTFSYSTEMTIME, *PXTFSYSTEMTIME;  

Members

wYear
Year component of the system time.

wMonth
Month component of the system time.

wDayOfWeek
Day of week component of the system time.

wDay
Day component of the system time.

wHour
Hour component of the system time.

wMinute
Minute component of the system time.

wSecond
Second component of the system time.

wMilliseconds
Milliseconds component of the system time.

Requirements

Header: Declared in xtfconsolecontrol.h.

Library: Use xtfconsolecontrol.lib.

See also

Reference

XtfConsoleControl