Minute Function

Syntax

Minute(dateexpr)

Group

Time/Date

Description

Returns the minute of the hour (0 to 59).

Parameters

Parameters Description
dateexpr Returns the minute of the hour for this date value. If this value is Null, Null is returned.

Example


Sub Main
    Debug.Print Minute(#12:00:01 AM#) ' 0
End Sub

See also

Hour( ), Second( ), Time( )