Minute function
Syntax
Minute(timevalue)
Description
Use the Minute function to extract the minute component of a Time value.
Returns
Returns the minute part of timevalue as a Number data type.
Example
If &TIMEOUT contains "16:48:01" then the example sets &TIMEOUT_MINUTES to 48:
&TIMEOUT_MINUTES = Minute(&TIMEOUT);
Related Topics