dashboard-devexpress-dot-dashboardcommon-0ad870f6.md
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
public class FlowDateTimePeriodLimit :
DateTimePeriodLimitBase,
IDateTimePeriodLimit
Public Class FlowDateTimePeriodLimit
Inherits DateTimePeriodLimitBase
Implements IDateTimePeriodLimit
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.
Object DateTimePeriodLimitBase FlowDateTimePeriodLimit
See Also