pub type TimeParts { TimeParts(hour: Int, minute: Int, second: Int) }
TimeParts(hour: Int, minute: Int, second: Int)
The hour, in 24-hour time, from 0..23.
The minute, from 0..59.
The second, from 0..59.
pub fn to_string(tp: TimeParts) -> String
pub fn zero() -> TimeParts
pub fn zero_string() -> String