Skip to main content
A newer version of this page is available. .

DateTimeInterval Enum

Lists values that identify available date-time intervals for the FlowDateTimePeriodLimit.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

public enum DateTimeInterval

Members

Name Description
Year

An interval duration is one year.

Quarter

An interval duration is one quarter.

Month

An interval duration is one month.

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.

Related API Members

The following properties accept/return DateTimeInterval values:

Remarks

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

See Also