跳到主要内容

TimeFormat

Time format options:

  • "24HR_MM" — 24-hour format, hours and minutes (e.g., "14:30")
  • "12HR_MM" — 12-hour format with AM/PM, hours and minutes (e.g., "2:30 PM")
  • "24HR_MM_SS" — 24-hour format, hours, minutes, and seconds (e.g., "14:30:15")
  • "12HR_MM_SS" — 12-hour format with AM/PM, hours, minutes, and seconds (e.g., "2:30:15 PM")

Type

Enumeration

Values

  • 'HH:MM'
  • 'h:MM tt'
  • 'HH:MM:ss'
  • 'h:MM:ss tt'