XTime.setMinutes

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.

Examples

See also

XTime.getMinutes

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.