DateTimePeriodLimitBase Class
In This Article
Serves as the base class for classes that are used to specify boundaries for the DateTimePeriod.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Related API Members
The following members return DateTimePeriodLimitBase objects:
#Remarks
To specify boundaries for the DateTimePeriod, create required DateTimePeriodLimitBase class descendants and pass the resulting objects to the DateTimePeriod constructor. As an alternative, you can assign these objects to the DateTimePeriod.Start/DateTimePeriod.End properties.
Note
If you do not specify Date
See Also