Creates a Time that represents a number of hours.
Time
impl Time { fn hours(h: i64) -> Time }
The number of hours.