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

# PFTitleDataManagementGetTimeResult

> PFTitleDataManagementGetTimeResult データ モデル。時刻は常に協定世界時 (UTC) として返されます。

PFTitleDataManagementGetTimeResult データ モデル。時刻は常に協定世界時 (UTC) として返されます。

## 構文

```cpp theme={null}
typedef struct PFTitleDataManagementGetTimeResult {  
    time_t time;  
} PFTitleDataManagementGetTimeResult;  
```

### メンバー

**`time`**   time\_t

リクエストを受信したときの現在のサーバー時刻 (UTC)。

## 要件

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

## 関連項目

[PFTitleDataManagementTypes メンバー](/services/playfab/api-references/c/pftitledatamanagementtypes/pftitledatamanagementtypes_members)
