Enum PeriodUnits
Represents available Period date and/or time units.
[Flags]
public enum PeriodUnits : ushort
Fields
All = Time | Date
Represents all available units.
Date = Days | Weeks | Months | Years
Represents all available date units.
Days = 64
Represents days date unit.
Hours = 32
Represents hours time unit.
Microseconds = 4
Represents microseconds time unit.
Milliseconds = 2
Represents milliseconds time unit.
Minutes = 16
Represents minutes time unit.
Months = 256
Represents months date unit.
None = 0
Represents a lack of period unit.
Seconds = 8
Represents seconds time unit.
Ticks = 1
Represents ticks time unit.
Time = Ticks | Milliseconds | Microseconds | Seconds | Minutes | Hours
Represents all available time units.
Weeks = 128
Represents weeks date unit.
Years = 512
Represents years date unit.