Back to Devexpress

ExactTimeFormat Enum

dashboard-devexpress-dot-dashboardcommon-727f060e.md

latest1.4 KB
Original Source

ExactTimeFormat Enum

Lists values that specify format types for TimeOnly values grouped using the DateTimeGroupInterval.None group interval.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum ExactTimeFormat
vb
Public Enum ExactTimeFormat

Members

NameDescription
Hour

The time pattern that displays only hours.

| | Minute |

The time pattern that displays hours and minutes.

| | Second |

The time pattern that displays hours, minutes, and seconds.

|

The following properties accept/return ExactTimeFormat values:

See Also

DevExpress.DashboardCommon Namespace