Back to Devexpress

TimeFormatMode Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-editors-37ec9fb0.md

latest1.0 KB
Original Source

TimeFormatMode Enum

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

Namespace : DevExpress.XamarinForms.Editors

Assembly : DevExpress.XamarinForms.Editors.dll

NuGet Package : DevExpress.XamarinForms.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:

See Also

DevExpress.XamarinForms.Editors Namespace