Minute Function
Description:
The minute component of a time value, in the range 0 to 59.
Returns:
Whole Number
Parameter:
Parameter | Data Type | Description |
|---|---|---|
1 | Time | The time value. |
Example:
When using functions inside a field, remember the field brackets:
{Minute(VariableName)}
Expression | Result |
|---|---|
Minute( Time( 23, 15, 45 ) ) | 15 |