datetime

Methods

Method Reference: datetime.minute

datetime: m = minute (T)

Minute component of a datetime array.

m = minute (T) returns the minute number for each element of the input datetime array T. The output m is a double array containing integer values in the range [0, 59] and it has the same size as T. Not-A-Time (NaT) values in T are returned as NaN in the output array.

Source Code: datetime