Sets the year component of this DateTime instance.
Namespace: MindFusion.Common
Assembly: Common.js
JavaScript
![]() |
---|
function __setFullYear (year, [month, [day]]) |
Type: Number
A four-digit value representing the year.
Type: Number
An integer between 0 and 11 representing the month.
Type: Number
An integer between 1 and 31 representing the date.