Skip to main content

FlowDateTimePeriodLimit(DateTimeInterval, Int32) Constructor

Initializes a new instance of the FlowDateTimePeriodLimit class.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public FlowDateTimePeriodLimit(
    DateTimeInterval interval,
    int offset
)

Parameters

Name Type Description
interval DateTimeInterval

An DateTimeInterval enumeration value that specifies the interval between the current date and the required date.

offset Int32

An integer value that specifies the number of intervals specified using the interval parameter.

See Also