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

TBD

**`value`**   time\_t

TBD

## 要求

**头文件：** PFTypes.h

## 另请参阅

[PFTypes 成员](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [服务 C API 概览 - PFTypes.h](/zh-CN/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFVirtualCurrencyRechargeTimeDictionaryEntry](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfvirtualcurrencyrechargetimedictionaryentry.md)
- [PFUint32DictionaryEntry](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfuint32dictionaryentry.md)
- [PFInt32DictionaryEntry](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfint32dictionaryentry.md)
- [PFStringDictionaryEntry](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry.md)
