Search
DateTime Class
See Also
 






A Javascript Date object wrapper that extends the functionality of the JavaScript Date object.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

// class
DateTime.prototype = {}

 Example

The following code creates a DateTime object with the value of the present date:

JavaScript  Copy Code

var p = MindFusion.Scheduling;

var date = p.DateTime.today();

 Inheritance Hierarchy

MindFusion.Scheduling.DateTime

 See Also