Search
DateTime.__setUTCSeconds Method
See Also
 






Sets the seconds component of this DateTime instance, according to universal time.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function __setUTCSeconds (sec, [millisec])

 Parameters

sec

Number. An integer between 0 and 59 representing the seconds.

millisec
Optional.

Number. An integer between 0 and 999 representing the milliseconds.

 See Also