Minute()

Syntax

Result = Minute(Date)
Description
Returns the minute value of the specified date.

Parameters

Date The date from which to extract the minutes.

Return value

Returns the minute component of the date. The result is always between 0 and 59.

Example

  Debug Minute(Date(1970, 1, 1, 11, 3, 45))  ; Outputs '3'.

See Also

FormatDate(), Year(), Month(), Day(), Hour(), Second()

Supported OS

All

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