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

XBOX Tools Framework (XTF) アプリのシステム時刻情報を格納します。

<a id="syntaxSection" />

## 構文

```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" />

### メンバー

*wYear*\
型: WORD

システム時刻の年の要素です。

*wMonth*\
型: WORD

システム時刻の月の要素です。

*wDayOfWeek*\
型: WORD

システム時刻の曜日の要素です。

*wDay*\
型: WORD

システム時刻の日の要素です。

*wHour*\
型: WORD

システム時刻の時の要素です。

*wMinute*\
型: WORD

システム時刻の分の要素です。

*wSecond*\
型: WORD

システム時刻の秒の要素です。

*wMilliseconds*\
型: WORD

システム時刻のミリ秒の要素です。

<a id="remarksSection" />

## 解説

この構造体は、開発コンソールのシステム時刻の日付と時刻の要素を表します。[IXtfConsoleControlClient::GetSystemTime](/reference/tools/xtf/xtfconsolecontrol/interfaces/IXtfConsoleControlClient/methods/ixtfconsolecontrolclient_getsystemtime) 関数は、開発コンソールのシステム時刻に対して `XTFSYSTEMTIME` 構造体へのポインターを提供します。XBOX Tools Framework (XTF) ツールの詳細については、[Command-line tools (NDA topic)](/tools/tools-console/commandlinetools/commandlinetools) を参照してください。

<a id="requirements" />

## 要件

**ヘッダー:** xtfconsolecontrol.h

**ライブラリ:** xtfconsolecontrol.lib

**サポートされるプラットフォーム:** Windows (XBOX コンソール ツール用)

<a id="seealsoSection" />

## 関連項目

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


## Related topics

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