Search
DateTime.__valueOf Method
See Also
 






Represents the primitive value of this DateTime object.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function __valueOf ()

 Return Value

Number. The primitive value of this DateTime object.

 Remarks

The primitive value is returned as the number of millisecond since midnight January 1, 1970 (same as getTime())

 See Also