> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XTFSYSTEMTIME

> XTFSYSTEMTIME

# XTFSYSTEMTIME

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

<a id="syntaxSection" />

## Syntax

```cpp theme={null}
typedef struct XTFSYSTEMTIME {
    WORD wYear;
    WORD wMonth;
    WORD wDayOfWeek;
    WORD wDay;
    WORD wHour;
    WORD wMinute;
    WORD wSecond;
    WORD wMilliseconds;
} XTFSYSTEMTIME, *PXTFSYSTEMTIME;  
```

<a id="membersSection" />

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

<a id="remarksSection" />

## Remarks

This structure represents the date and time components of the system time for a development console. The [IXtfConsoleControlClient::GetSystemTime](/reference/tools/xtf/xtfconsolecontrol/interfaces/IXtfConsoleControlClient/methods/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)](/tools/tools-console/commandlinetools/commandlinetools).

<a id="requirements" />

## Requirements

**Header:** xtfconsolecontrol.h

**Library:** xtfconsolecontrol.lib

**Supported platforms:** Windows (for XBOX console tools)

<a id="seealsoSection" />

## See also

[XtfConsoleControl](/reference/tools/xtf/xtfconsolecontrol/xtfconsolecontrol_members)\
[XBOX Tools Framework native API reference](/reference/tools/xtf/atoc-xtf-native)


## Related topics

- [IXtfConsoleControlClient::GetSystemTime](/reference/tools/xtf/xtfconsolecontrol/interfaces/IXtfConsoleControlClient/methods/ixtfconsolecontrolclient_getsystemtime.md)
