DateTimeInterval Enum
Lists values that identify available date-time intervals for the FlowDateTimePeriodLimit.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Members
Name | Description |
---|---|
Year
|
An interval duration is one year. |
Quarter
|
An interval duration is one quarter. |
Month
|
An interval duration is one month. |
Week
|
An interval duration is one week. |
Day
|
An interval duration is one day. |
Hour
|
An interval duration is one hour. |
Minute
|
An interval duration is one minute. |
Second
|
An interval duration is one second. |
Remarks
Values listed in this enumeration are used to set the FlowDateTimePeriodLimit.Interval property.
See Also