minute
Minutes part of the input date and time.
📝Syntax
m = minute(t)
m = minute(t, formatIn)
📥Input Arguments
Parameter Description
t serial date number or text inputs
formatIn valid date format
📤Output Arguments
Parameter Description
m a double: integer value.
📄Description

m = minute(t) extracts the minute component from each date and time specified in t.

The output m is a double array containing integer values ranging from 0 to 59.

💡Examples
m = minute(738427.656845093)
m = minute("2021/09/28 15:45:51", 'YYYY/M/DD HH:MM:SS')
🔗See Also
hoursecond
🕔Version History
Version Description
1.10.0 initial version
Edit this page on GitHub