This is preliminary documentation and is subject to change.

TimeOnlyRangeOrder Method

Orders the range, so that Start is guaranteed to be less or equal End.

  Note

Does not make much sense for TimeOnlyRange since the time can be spanning 00:00, as in 22:00 - 04:00

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public TimeOnlyRange Order()

Return Value

TimeOnlyRange
Itself ordered

See Also