| Financial Toolbox | Search  Help Desk |
| minute | Examples See Also |
Syntax
m = minute(d)
Description
m = minute(d)
returns the minute given a serial date number or a date string d.
Example
m = minute(728647.559054842)or
m = minute('19-dec-1994, 13:25:08.17')
returns
m =
25
See Also
datevec, hour, second