Back to Devexpress

DateTimeInterval Enum

dashboard-devexpress-dot-dashboardcommon-e55ed8e3.md

latest1.6 KB
Original Source

DateTimeInterval Enum

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

Declaration

csharp
public enum DateTimeInterval
vb
Public Enum DateTimeInterval

Members

NameDescription
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:

Remarks

Values listed in this enumeration are used to set the FlowDateTimePeriodLimit.Interval property.

See Also

DevExpress.DashboardCommon Namespace