Class PickerTimeFormat
Defines the picker time format for the SfTimePicker.
Inheritance
System.Object
PickerTimeFormat
Namespace: Syncfusion.Maui.Picker
Assembly: Syncfusion.Maui.Picker.dll
Syntax
public sealed class PickerTimeFormat : Enum
Fields
Default
Represents default culture based format of the Picker Time format.
Declaration
public const PickerTimeFormat Default
Field Value
Type |
---|
PickerTimeFormat |
H_mm
Represents the hour and minute in H mm format.
Declaration
public const PickerTimeFormat H_mm
Field Value
Type |
---|
PickerTimeFormat |
H_mm_ss
Represents the hour, minute, and second in H mm ss format.
Declaration
public const PickerTimeFormat H_mm_ss
Field Value
Type |
---|
PickerTimeFormat |
h_mm_ss_tt
Represents the hour, minute, second, and AM/PM designator in h mm ss tt format.
Declaration
public const PickerTimeFormat h_mm_ss_tt
Field Value
Type |
---|
PickerTimeFormat |
h_mm_tt
Represents the hour, minute, and AM/PM designator in h mm tt format.
Declaration
public const PickerTimeFormat h_mm_tt
Field Value
Type |
---|
PickerTimeFormat |
HH_mm
Represents the hour and minute in HH mm format.
Declaration
public const PickerTimeFormat HH_mm
Field Value
Type |
---|
PickerTimeFormat |
HH_mm_ss
Represents the hour, minute, and second in HH mm ss format.
Declaration
public const PickerTimeFormat HH_mm_ss
Field Value
Type |
---|
PickerTimeFormat |
hh_mm_ss_tt
Represents the hour, minute, second, and AM/PM designator in hh mm ss tt format.
Declaration
public const PickerTimeFormat hh_mm_ss_tt
Field Value
Type |
---|
PickerTimeFormat |
hh_mm_tt
Represents the hour, minute, and AM/PM designator in hh mm tt format.
Declaration
public const PickerTimeFormat hh_mm_tt
Field Value
Type |
---|
PickerTimeFormat |
hh_tt
Represents the hour and AM/PM designator in hh tt format.
Declaration
public const PickerTimeFormat hh_tt
Field Value
Type |
---|
PickerTimeFormat |