dashboard-devexpress-dot-dashboardcommon-c45a6886.md
Lists values that specify format types for date-time values.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public enum DateTimeFormat
Public Enum DateTimeFormat
| Name | Description |
|---|---|
Default |
The default date-time formatting.
|
| Long |
Long date pattern, long time pattern (if applicable).
6/15/2009 1:45:30 PM -> Monday, June 15, 2009 1:45:30 PM (en-US)
|
| Short |
Short date pattern, long time pattern (if applicable).
6/15/2009 1:45:30 PM -> 6/15/2009 1:45:30 PM (en-US)
|
| TimeOnly |
Long time pattern.
1:45:30 PM (en-US)
|
The following properties accept/return DateTimeFormat values:
See Also