$minutes
$minutes
Extracts minutes information from a standard time value.
Syntax
$minutes(time)
Parameters
time | an 8-digit number, or an expression that evaluates to an 8-digit number, expressing valid time in the form HHMMSSTT |
Return Value
Number.
Comments
The system variable $Time is often used for time.
Example
$minutes($Time)
Evaluates to 59 when $Time has the value 23595999.
See Also