MindFusion.Scheduling for ASP.NET Programmer's Guide
DateTime.__setFullYear Method
See Also
 





Sets the year component of this DateTime instance.

Namespace: MindFusion.Common
Assembly: Common.js

 Syntax

JavaScript  Copy Code

function __setFullYear (year, [month, [day]])

 Parameters

year

Type: Number
A four-digit value representing the year.

month
Optional.

Type: Number
An integer between 0 and 11 representing the month.

day
Optional.

Type: Number
An integer between 1 and 31 representing the date.

 See Also

DateTime Members
DateTime Class
MindFusion.Common Namespace