Table of Contents

Enum TimePickerHourFormat

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Represents the hour format for the TimePicker and other controls.

public enum TimePickerHourFormat

Fields

Hour12 = 1

12-hour format (AM/PM).

Hour24 = 2

24-hour format.

System = 0

Use operating system settings.