TournamentOrderBy Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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. |