TimeParts
A partially-entered time. null means “that segment is still empty”.
Properties
Section titled “Properties”hour: number | null;Always 0–23 internally, even when the field displays 12-hour.
minute
Section titled “minute”minute: number | null;second
Section titled “second”second: number | null;