Minute

Returns the minute for the date/time entered as a parameter (from 0 to 59).

Syntax

Minute(dateTime)
dateTime = date/time for which you want to extract the minute portion

Remarks

If you want to retrieve the current minute, you can use the Now function as a parameter.

Example

Minute(Now()) = current hour; at 14:51, returns 51

Classification

DateTime