Search
DateTime.addYears Method (Number)
See Also
 






Adds the specified number of years to the current DateTime object.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function addYears (years)

 Parameters

years

Number. The number of years to add.

 See Also