Search
DateTime.__setFullYear Method
See Also
 






Sets the year component of this DateTime instance.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

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

 Parameters

year

Number. A four-digit value representing the year.

month
Optional.

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

day
Optional.

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

 See Also