Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Type: WORD
Year component of the system time.
wMonth
Type: WORD
Month component of the system time.
wDayOfWeek
Type: WORD
Day of week component of the system time.
wDay
Type: WORD
Day component of the system time.
wHour
Type: WORD
Hour component of the system time.
wMinute
Type: WORD
Minute component of the system time.
wSecond
Type: WORD
Second component of the system time.
wMilliseconds
Type: WORD
Milliseconds component of the system time.
Remarks
This structure represents the date and time components of the system time for a development console. The IXtfConsoleControlClient::GetSystemTime function provides a pointer to an XTFSYSTEMTIME structure for the system time of a development console. For more information about Xbox Tools Framework (XTF) tools, see Command-line tools (NDA topic)Authorization required.
Requirements
Header: xtfconsolecontrol.h
Library: xtfconsolecontrol.lib
Supported platforms: Windows (for Xbox console tools)