Sets the minutes for a specified time according to local time.
Method of XTime
Syntax
setMinutes( minutesValue )
Parameters
Parameter | Description |
---|---|
minutesValue | An integer between 0 and 59, representing the minutes. |
Description
If a parameter you specify is outside of the expected range, setMinutes attempts to update the time information in the XTime object by minutesValue mod 60. For example if minutesValue = 90, 60 mod 90 = 30.