MRTTimeFormat
enum MRTTimeFormat : UInt, @unchecked Sendable |
Time format to use.
Summary
Enum cases
case `default` = 0 |
case H24 = 1 |
case H12 = 2 |
Enum cases
default
case `default` = 0 |
Undocumented
H24
case H24 = 1 |
24-hour time format.
H12
case H12 = 2 |
12-hour time format with AM/PM marker.