void SetTimeScope( RankingConstants::TimeScope timeScope );
Name | Description | |
---|---|---|
in | timeScope | Constant indicating the time scope. |
Sets the time scope.
Sets the period of time for which to display scores in the rankings. If set to RankingConstants::TIME_SCOPE_ALL
, the scores are shown for the entire period. If set to RankingConstants::TIME_SCOPE_CUSTOM_0
or RankingConstants::TIME_SCOPE_CUSTOM_1
, the scores are shown for the period that corresponds to the time scope type that was configured with the ranking management tool. The default is RankingConstants::TIME_SCOPE_ALL
.
CONFIDENTIAL