Sets the seconds component of this DateTime instance.
Namespace: MindFusion.Scheduling
File: DateTime.js
SyntaxJavaScript
Copy Code
|
|---|
function __setSeconds (sec, [millisec]) |
Number. An integer between 0 and 59 representing the seconds.
Number. An integer between 0 and 999 representing the milliseconds.
See Also