Edit

Share via


TournamentOrderBy Enum

Definition

[Windows.Foundation.Metadata.Version(1)]
public enum TournamentOrderBy
type TournamentOrderBy = 
Public Enum TournamentOrderBy
Inheritance
TournamentOrderBy
Attributes
Windows.Foundation.Metadata.VersionAttribute

Fields

Name Value Description
None 0

No order by provided.

StartTime 1

The only valid sort order for playing_start is tournament_sort_order::ascending. TODO: clarify what this is used for

EndTime 2

end_time is only set on completed tournaments so it is only valid to sort by end_time when the state query parameter is set to tournament_state::completed.

Applies to