Date Time Unit Enumeration
Enumerates the time units.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public enum DateTimeUnit
Members
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. |