Search
DateTime.__getTime Method
See Also
 






Gets the number of milliseconds between Jan 1 1970 00:00:00 and this DateTime instance.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function __getTime ()

 Return Value

Number. The number of milliseconds since Jan 1 1970 00:00:00.

 See Also