This is preliminary documentation and is subject to change.

RangeDirection Enumeration

The range direction enum, indicates in which direction to move the ranges values

Definition

Namespace: MoreDateTime.Interfaces
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public enum RangeDirection

Members

Both 0 Move start and end
Start 1 Move start only
End 2 Move end only

See Also