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

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