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
public enum TimeFormatMode
Members
Name | Description |
---|---|
HourFormat12
|
The time in 12-hour format. |
HourFormat24
|
The time in 24-hour format. |
Auto
|
The time format depends on the current culture. |
Related API Members
The following properties accept/return TimeFormatMode values:
See Also