FlowDateTimePeriodLimit.Offset Property
Gets or sets the number of intervals specified using the FlowDateTimePeriodLimit.Interval property.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | An integer value that specifies the number of intervals specified using the Flow |
#Remarks
The FlowDateTimePeriodLimit.Interval property specifies the interval between the current date and the required date. The Offset property allows you to set the number of such intervals.
Note
Note that the Flow
property can accept negative and positive values. Negative values correspond to dates before the current date while positive values correspond to future dates.