nn::nex::RankingOrderParam::SetTimeScope Member Function

Syntax

void SetTimeScope(
     RankingConstants::TimeScope timeScope
);

Parameters

Name Description
in timeScope Constant indicating the time scope.

Return Values

None.

Description

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.

Revision History

2012/05/18
Corrected the part of the description about setting with the ranking management tool (RMAS).
2012/02/14
Initial version.

CONFIDENTIAL