C# Класс PlayFab.ClientModels.VirtualCurrencyRechargeTime

Наследование: PlayFabModelBase
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
RechargeMax int
RechargeTime System.DateTime
SecondsToRecharge int

Описание свойств

RechargeMax публичное свойство

Maximum value to which the regenerating currency will automatically increment. Note that it can exceed this value through use of the AddUserVirtualCurrency API call. However, it will not regenerate automatically until it has fallen below this value.
public int RechargeMax
Результат int

RechargeTime публичное свойство

Server timestamp in UTC indicating the next time the virtual currency will be incremented.
public DateTime,System RechargeTime
Результат System.DateTime

SecondsToRecharge публичное свойство

Time remaining (in seconds) before the next recharge increment of the virtual currency.
public int SecondsToRecharge
Результат int