Skip to main content

XTFSYSTEMTIME

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

Syntax

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).

Requirements

Header: xtfconsolecontrol.h Library: xtfconsolecontrol.lib Supported platforms: Windows (for XBOX console tools)

See also

XtfConsoleControl
XBOX Tools Framework native API reference
Last modified on August 20, 2026