Back to Devexpress

FixedDateTimePeriodLimit Class

dashboard-devexpress-dot-dashboardcommon-bf559c80.md

latest1.4 KB
Original Source

FixedDateTimePeriodLimit Class

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

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class FixedDateTimePeriodLimit :
    DateTimePeriodLimitBase,
    IDateTimePeriodLimit
vb
Public Class FixedDateTimePeriodLimit
    Inherits DateTimePeriodLimitBase
    Implements 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

FixedDateTimePeriodLimit Members

DevExpress.DashboardCommon Namespace