ASP.NET Pack Programmer's Guide
DateTime.__setUTCFullYear Method
See Also
 





Sets the year component of this DateTime instance, according to universal time.

Namespace: MindFusion.Common
Package: Common.js

 Syntax

JavaScript  Copy Code

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

 Parameters

year

A four-digit value representing the year.

month
Optional.

An integer between 0 and 11 representing the month.

day
Optional.

An integer between 1 and 31 representing the date.

 See Also

DateTime Members
DateTime Class
MindFusion.Common Namespace