> ## 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\*\
*null로 종료됨*

TBD

**`value`**   time\_t

TBD

## 요구 사항

**헤더:** PFTypes.h

## 함께 보기

[PFTypes 멤버](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

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