Back to Devexpress

FlowDateTimePeriodLimit Class

dashboard-devexpress-dot-dashboardcommon-0ad870f6.md

latest2.0 KB
Original Source

FlowDateTimePeriodLimit Class

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

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class FlowDateTimePeriodLimit :
    DateTimePeriodLimitBase,
    IDateTimePeriodLimit
vb
Public Class FlowDateTimePeriodLimit
    Inherits DateTimePeriodLimitBase
    Implements 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

FlowDateTimePeriodLimit Members

DevExpress.DashboardCommon Namespace