MindFusion.Scheduling for ASP.NET Programmer's Guide
DateTime Class
Remarks See Also
 





A JavaScript Date object wrapper that extends the functionality of the JavaScript Date object. It has all the capabilities of the Date class, plus it adds several helper methods to manipulate its date and time components.
All date and time objects in the calendar are represented by this class.

Namespace: MindFusion.Common
Assembly: Common.js

 Syntax

JavaScript  Copy Code

// class
DateTime.prototype = {}

 Remarks

The functionality of the inner JavaScript Date object is accessible through the __functionName methods.

 See Also

DateTime Members
MindFusion.Common Namespace