Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

C#
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