dashboard-devexpress-dot-dashboardcommon-e55ed8e3.md
Lists values that identify available date-time intervals for the FlowDateTimePeriodLimit.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public enum DateTimeInterval
Public Enum DateTimeInterval
| 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.
|
The following properties accept/return DateTimeInterval values:
Values listed in this enumeration are used to set the FlowDateTimePeriodLimit.Interval property.
See Also