Minute()

Syntax

Result = Minute(Date)
Description
Returns the minute value of the specified date. The result is always between 0 and 59.
  Debug Day(Date(0, 0, 0, 11, 3, 45))  ; Outputs '3'.

Supported OS

Windows, Linux, MacOS X

<- Hour() - Date Index - Month() ->