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

> Entrada de diccionario para una matriz asociativa con valores time_t.

Entrada de diccionario para una matriz asociativa con valores time\_t.

## Sintaxis

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

### Miembros

**`key`**   const char\*\
*is null-terminated*

TBD

**`value`**   time\_t

TBD

## Requisitos

**Encabezado:** PFTypes.h

## Consulte también

[Miembros de PFTypes](/services/playfab/api-references/c/pftypes/pftypes_members)
