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

# PFVirtualCurrencyRechargeTime

> PFVirtualCurrencyRechargeTime データ モデル。

PFVirtualCurrencyRechargeTime データ モデル。

## 構文

```cpp theme={null}
typedef struct PFVirtualCurrencyRechargeTime {  
    int32_t rechargeMax;  
    time_t rechargeTime;  
    int32_t secondsToRecharge;  
} PFVirtualCurrencyRechargeTime;  
```

### メンバー

**`rechargeMax`**   int32\_t

再生される通貨が自動的にインクリメントされる最大値。AddUserVirtualCurrency API 呼び出しを使用することで、この値を超えることもできます。ただし、この値を下回るまで自動的に再生されることはありません。

**`rechargeTime`**   time\_t

仮想通貨が次にインクリメントされる時刻を示す、UTC のサーバー タイムスタンプ。

**`secondsToRecharge`**   int32\_t

仮想通貨の次の再チャージ増分までの残り時間 (秒単位)。

## 要件

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

## 関連項目

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


## Related topics

- [PFVirtualCurrencyRechargeTimeDictionaryEntry](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfvirtualcurrencyrechargetimedictionaryentry.md)
- [Services C API overview - PFTypes.h](/ja-jp/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFGetPlayerCombinedInfoResultPayload](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfgetplayercombinedinforesultpayload.md)
- [character_virtual_currency_balance_changed](/ja-jp/services/playfab/api-references/events/Character/character-virtual-currency-balance-changed.md)
- [player_virtual_currency_balance_changed](/ja-jp/services/playfab/api-references/events/Player/player-virtual-currency-balance-changed.md)
