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