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