Back to Devexpress

TimeFormatMode Enum

maui-devexpress-dot-maui-dot-editors-68ded684.md

latest1.2 KB
Original Source

TimeFormatMode Enum

Enumerates values that specify whether the time displayed in 12- or 24-hour format.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public enum TimeFormatMode

Members

NameDescription
HourFormat12

The time in 12-hour format.

| | HourFormat24 |

The time in 24-hour format.

| | Auto |

The time format depends on the current culture.

|

The following properties accept/return TimeFormatMode values:

Extension Methods

Yield<TimeFormatMode>()

YieldIfNotNull<TimeFormatMode>()

See Also

DevExpress.Maui.Editors Namespace