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

# XblMultiplayerSessionTimeOfSession

> XblMultiplayerSessionTimeOfSession

# XblMultiplayerSessionTimeOfSession

サーバーがセッションを返した時刻。

## 構文

```cpp theme={null}
time_t XblMultiplayerSessionTimeOfSession(  
         XblMultiplayerSessionHandle handle  
)  
```

### パラメーター

*handle*   \_In\_\
型: [XblMultiplayerSessionHandle](/reference/live/xsapi-c/multiplayer_c/handles/xblmultiplayersessionhandle)

マルチプレイヤー セッションへのハンドル。

### 戻り値

型: time\_t

サーバーがセッションを返した時刻。

## 解説

これはリモート セッション状態の一部ではなく、ローカル セッションが作成された時刻のみを示すことに注意してください。

## 要件

**ヘッダー:** multiplayer\_c.h

**ライブラリ:** Microsoft.Xbox.Services.14x.GDK.C.lib

## 関連項目

[multiplayer\_c](/reference/live/xsapi-c/multiplayer_c/multiplayer_c_members)
