C# Class PlayFab.ClientModels.PlayerStatisticVersion

Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
ActivationTime System.DateTime
DeactivationTime DateTime?
ScheduledActivationTime DateTime?
ScheduledDeactivationTime DateTime?
StatisticName string
Version uint

Property Details

ActivationTime public_oe property

time when the statistic version became active
public DateTime,System ActivationTime
return System.DateTime

DeactivationTime public_oe property

time when the statistic version became inactive due to statistic version incrementing
public DateTime? DeactivationTime
return DateTime?

ScheduledActivationTime public_oe property

time at which the statistic version was scheduled to become active, based on the configured ResetInterval
public DateTime? ScheduledActivationTime
return DateTime?

ScheduledDeactivationTime public_oe property

time at which the statistic version was scheduled to become inactive, based on the configured ResetInterval
public DateTime? ScheduledDeactivationTime
return DateTime?

StatisticName public_oe property

name of the statistic when the version became active
public string StatisticName
return string

Version public_oe property

version of the statistic
public uint Version
return uint