Skip to main content
A newer version of this page is available. .

DateTimePeriod.End Property

Gets or sets the end boundary of the date-time period.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

[DefaultValue(null)]
[Browsable(false)]
public DateTimePeriodLimitBase End { get; set; }

Property Value

Type Default Description
DateTimePeriodLimitBase *null*

A DateTimePeriodLimitBase descendant that specifies the end boundary of the date-time period.

Remarks

Use the DateTimePeriod.Start property to specify the start boundary of the date-time period.

See Also