Search
DateTime.__getSeconds Method
See Also
 






Gets the seconds component of this DateTime instance.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function __getSeconds ()

 Return Value

Number. The seconds (0-59).

 See Also