Skip to main content

FixedDateTimePeriodLimit.Date Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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