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

FixedDateTimePeriodLimit(DateTime) Constructor

Initializes a new instance of the FixedDateTimePeriodLimit class.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.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