FlowDateTimePeriodLimit.Interval Property
Gets or sets the interval between the current date and the required date.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(DateTimeInterval.Year)]
public DateTimeInterval Interval { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Date |
Year | A Date |
Available values:
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
Use the FlowDateTimePeriodLimit.Offset property to specify the number of intervals.
Note
Note that the Flow