C# 클래스 PlayFab.ClientModels.VirtualCurrencyRechargeTime

상속: PlayFabModelBase
파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 프로퍼티들

프로퍼티 타입 설명
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