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

DateFormat Enum

Lists values that specify format types for date values.

Namespace: DevExpress.DashboardCommon

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

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