This documentation is archived and is not being maintained.
Date Type Extensions
Visual Studio 2008
Provides extensions to the base ECMAScript (JavaScript) Date object.
Namespace: None. This type extension is global and not part of a namespace.
Inherits: None
var a = new Date();
Date extensions are part of the Microsoft AJAX Library and add functionality to the JavaScript Date object.
For more information about the JavaScript object that this type extends and about its constructor, see JScript Date Object in the Language Reference
Show: