Represents the primitive value of this DateTime object.
Namespace: MindFusion.Scheduling
Assembly: DateTime.js
SyntaxJavaScript
Copy Code
|
|---|
function __valueOf () |
Number. The primitive value of this DateTime object.
RemarksThe primitive value is returned as the number of millisecond since midnight January 1, 1970 (same as getTime())
See Also