Enum ScoresResource.GetRequest.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 ScoresResource.GetRequest.TimeSpanEnum
Fields
| Name | Description |
|---|---|
| ALL | Get the high scores for all time spans. If this is used, maxResults values will be ignored. |
| ALLTIME | Get the all time high score. |
| DAILY | List the top scores for the current week. |
| WEEKLY | List the top scores for the current day. |