Skip to main content

FixedDateTimePeriodLimit(DateTime) Constructor

Initializes a new instance of the FixedDateTimePeriodLimit class.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public FixedDateTimePeriodLimit(
    DateTime date
)

Parameters

Name Type Description
date DateTime

A DateTime that specifies the value of the date-time boundary.

See Also