Skip to main content

DateFormat Enum

Lists values that specify format types for date values.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public enum DateFormat

Members

Name Description
Default

The default date formatting.

Long

Long date pattern.

6/15/2009 -> Monday, June 15, 2009 (en-US)

Short

Short date pattern.

6/15/2009 -> 6/15/2009 (en-US)

Remarks

Values listed by this enumeration are used to set the DataItemDateTimeFormat.DateFormat property.

See Also