Search
DateTime.__getUTCFullYear Method
See Also
 






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

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function __getUTCFullYear ()

 Return Value

Number. The year (four digits).

 See Also