hours
Fixed-time duration in hours.
D = hours (X)
returns a duration
array
representing fixed-time duration hours equivalent to the values in X,
which must be a numeric array.
hours
is also available as a method for duration
arrays, in
which case it performs the opposite conversion.
See also: duration, years, days, minutes, seconds, milliseconds, duration.hours
Source Code: hours