Min$ – Date/Time Functions





Min$ Function


Description

The Min$ function returns the minute of the hour (00 to 59).

Usage

Used for example to concatenate the minute of the hour with a filename.

Syntax

var$ = Min$()

Parameters

None.

Return Value

var$, string, minute of the hour (2 characters). If the minute is less than 10, a leading 0 is added.

Example

msgbox(Min$())