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.v19.1.Core.dll

Declaration

public FixedDateTimePeriodLimit(
    DateTime date
)

Parameters

Name Type Description
date DateTime

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

See Also