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

# PFDateTimeDictionaryEntry

> time_t 値を持つ連想配列のディクショナリ エントリ。

time\_t 値を持つ連想配列のディクショナリ エントリ。

## 構文

```cpp theme={null}
typedef struct PFDateTimeDictionaryEntry {  
    const char* key;  
    time_t value;  
} PFDateTimeDictionaryEntry;  
```

### メンバー

**`key`**   const char\*<br />*is null-terminated*

未定

**`value`**   time\_t

未定

## 要件

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

## 関連項目

[PFTypes メンバー](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [Services C API overview - PFTypes.h](/ja-jp/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFVirtualCurrencyRechargeTimeDictionaryEntry](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfvirtualcurrencyrechargetimedictionaryentry.md)
- [PFInt32DictionaryEntry](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfint32dictionaryentry.md)
- [PFStringDictionaryEntry](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry.md)
- [PFUint32DictionaryEntry](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfuint32dictionaryentry.md)
