Enumerates the time units.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration DateTimeUnit |
| C# |
|---|
public enum DateTimeUnit |
| C++ |
|---|
public enum class DateTimeUnit |
Members
| Member | Description |
|---|---|
| None |
The time unit is not applicable.
|
| Hour |
The time unit is one hour.
|
| Day |
The time unit is one day..
|
| Week |
The time unit is one week.
|
| Month |
The time unit is one month.
|
| Quarter |
The time unit is three months.
|
| Semester |
The time unit is six months.
|
| Year |
The time unit is one year.
|