Skip to main content

FixedDateTimePeriodLimit Class

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.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