MindFusion.Scheduling for JavaScript Programmer's Guide
DateTime.__valueOf Method
See Also
 






Represents the primitive value of this DateTime object.

Namespace: MindFusion.Scheduling
Assembly: 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

DateTime Members
DateTime Class
MindFusion.Scheduling Namespace