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

FlowDateTimePeriodLimit Class

A floating date-time value used to specify boundaries for the DateTimePeriod.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public class FlowDateTimePeriodLimit :
    DateTimePeriodLimitBase,
    IDateTimePeriodLimit

Remarks

The FlowDateTimePeriodLimit class allows you to specify a date-time value to define DateTimePeriod boundaries. The FlowDateTimePeriodLimit.Interval property specifies the interval between the current date and the required date. The FlowDateTimePeriodLimit.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.

Inheritance

Object
DateTimePeriodLimitBase
FlowDateTimePeriodLimit
See Also