Enum ScoresResource.ListRequest.TimeSpanEnum
The time span for the scores and ranks you're requesting.
Namespace: Google.Apis.Games.v1
Assembly: Google.Apis.Games.v1.dll
Syntax
public enum TimeSpanEnum : int
Fields
| Name | Description |
|---|---|
| ALLTIME | List the all-time top scores. |
| DAILY | List the top scores for the current day. |
| WEEKLY | List the top scores for the current week. |