Minute number
m = minute(
returns the minute
numbers of the datetime values in t
)t
. The m
output is a double
array the same size as
t
and contains integer values from 0 to 59.
The minute
function returns the minute numbers of datetime
values. To assign minute values to a datetime array, t
, use
t.Minute
and modify the Minute
property.