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