DateTimeUnit Enumeration

Enumerates the time units.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public enum DateTimeUnit

Members

None0 The time unit is not applicable.
Microsecond1 The time unit is one micro-second.
Millisecond2 The time unit is one milli-second.
Second3 The time unit is one second.
Minute4 The time unit is one minute.
Hour5 The time unit is one hour.
Day6 The time unit is one day.
Week7 The time unit is one week.
Month8 The time unit is one month.
Quarter9 The time unit is three months.
Semester10 The time unit is six months.
Year11 The time unit is one year.

See Also