myDate.setUTCSeconds( secs, [ ms ] ) in ECMAScript 262
Set the UTC seconds.
Arguments
name | type | description |
---|---|---|
secs | Number | The new second number, express |
ms | Number | [optional] The new milliseconds, expresse |
- Return Type
- Number
Set the UTC seconds.
name | type | description |
---|---|---|
secs | Number | The new second number, express |
ms | Number | [optional] The new milliseconds, expresse |