Date Time Unit Enumeration
Enumerates the time units.
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public enum DateTimeUnitMembers
| None | 0 | The time unit is not applicable. |
| Microsecond | 1 | The time unit is one micro-second. |
| Millisecond | 2 | The time unit is one milli-second. |
| Second | 3 | The time unit is one second. |
| Minute | 4 | The time unit is one minute. |
| Hour | 5 | The time unit is one hour. |
| Day | 6 | The time unit is one day. |
| Week | 7 | The time unit is one week. |
| Month | 8 | The time unit is one month. |
| Quarter | 9 | The time unit is three months. |
| Semester | 10 | The time unit is six months. |
| Year | 11 | The time unit is one year. |