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.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Members
Name | Description |
---|---|
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. |
See Also