Skip to main content

FlowDateTimePeriodLimit.Offset Property

Gets or sets the number of intervals specified using the FlowDateTimePeriodLimit.Interval property.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(0)]
public int Offset { get; set; }

Property Value

Type Default Description
Int32 0

An integer value that specifies the number of intervals specified using the FlowDateTimePeriodLimit.Interval property.

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