Skip to main content

FlowDateTimePeriodLimit.Interval Property

Gets or sets the interval between the current date and the required date.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(DateTimeInterval.Year)]
public DateTimeInterval Interval { get; set; }

Property Value

Type Default Description
DateTimeInterval Year

A DateTimeInterval enumeration value that specifies the interval between the current date and the required date.

Remarks

Use the FlowDateTimePeriodLimit.Offset property to specify the number of intervals.

Note

Note that the FlowDateTimePeriodLimit.Offset property can accept negative and positive values. Negative values correspond to dates before the current date while positive values correspond to future dates.

See Also