Operator Type:
Operator Scope of Action:
Operator Purpose:
Data Type Returned:
Operator First Added:
Operator in Current Baseline:
Operator Last Altered:
Property [other Property type actions]
Item [operators of similar scope]
Date-time [other Date-time operators]
Number [about Number data type]
v6.5.0
Baseline
As at baseline
Syntax note: Operators without any defined mandatory arguments may omit their empty closing parentheses
Interval.minute()
Interval.minute
Returns the Interval expressed as a Number of whole or partial minutes within the current hour (ignoring whole hours). Thus, if $MyInterval is 1 hour, 30 minutes and 15 seconds then:
$MyNumber = $MyInterval.minute;
returns 30
.
This operator is read-only and cannot be used to set/edit an Intervals' minute part.
Intervals can also be tested at day, hour or second scope.
See also—notes linking to here: