Search
DateTime.__getFullYear Method
See Also
 






Gets the year component of this DateTime instance.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function __getFullYear ()

 Return Value

Number. The year (four digits).

 See Also