TimeSegment
type TimeSegment = "hour" | "minute" | "second" | "dayPeriod";The four editable parts. dayPeriod only exists in a 12-hour field.
type TimeSegment = "hour" | "minute" | "second" | "dayPeriod";The four editable parts. dayPeriod only exists in a 12-hour field.