DateTimePeriod.Start Property
In This Article
Gets or sets the start boundary of the date-time period.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[Browsable(false)]
[DefaultValue(null)]
public DateTimePeriodLimitBase Start { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Date |
null | A Date |
#Remarks
Use the DateTimePeriod.End property to specify the end boundary of the date-time period.
See Also