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

# PFTitleDataManagementClientGetTimeGetResult

> Gets the result of a successful PFTitleDataManagementClientGetTimeAsync call.

Gets the result of a successful PFTitleDataManagementClientGetTimeAsync call.

## Syntax

```cpp theme={null}
HRESULT PFTitleDataManagementClientGetTimeGetResult(  
    XAsyncBlock* async,  
    PFTitleDataManagementGetTimeResult* result  
)  
```

### Parameters

**`async`**   XAsyncBlock\*\
**Inout**

XAsyncBlock for the async operation.

**`result`**   [PFTitleDataManagementGetTimeResult\*](/services/playfab/api-references/c/pftitledatamanagementtypes/structs/pftitledatamanagementgettimeresult)\
*output*

PFTitleDataManagementGetTimeResult object that will be populated with the result.

### Return value

Type: HRESULT

Result code for this API operation. If the service call is unsuccessful, the result will be E\_PF\_PUBLISHER\_NOT\_SET or any of the global PlayFab Service errors. See doc page "Handling PlayFab Errors" for more details on error handling.

## Requirements

**Header:** PFTitleDataManagement.h

## See also

[PFTitleDataManagement members](/services/playfab/api-references/c/pftitledatamanagement/pftitledatamanagement_members)


## Related topics

- [PFTitleDataManagementClientGetTimeAsync](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementclientgettimeasync.md)
- [Services C API overview - PFTitleDataManagement.h](/services/playfab/api-references/c/pftitledatamanagement/pftitledatamanagement_members.md)
- [PFTitleDataManagementGetTimeResult](/services/playfab/api-references/c/pftitledatamanagementtypes/structs/pftitledatamanagementgettimeresult.md)
- [PFTitleDataManagementServerGetTimeGetResult](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementservergettimegetresult.md)
- [PFTitleDataManagementClientGetTitleDataGetResult](/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementclientgettitledatagetresult.md)
