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

FixedDateTimePeriodLimit Class

A fixed date-time value used to specify boundaries for the DateTimePeriod.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public class FixedDateTimePeriodLimit :
    DateTimePeriodLimitBase,
    IDateTimePeriodLimit

Remarks

The FixedDateTimePeriodLimit class exposes the FixedDateTimePeriodLimit.Date property that allows you to specify the required date-time value.

Inheritance

Object
DateTimePeriodLimitBase
FixedDateTimePeriodLimit
See Also