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

FixedDateTimePeriodLimit.Date Property

Gets or sets the value of the date-time boundary.

Namespace: DevExpress.DashboardCommon

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

Declaration

[DefaultValue(null)]
public DateTime Date { get; set; }

Property Value

Type Default Description
DateTime *null*

A DateTime that specifies the value of the date-time boundary.

See Also