Parameters
- time
- The System.DateTime to which to add years.
- years
- The number of years to add.
Return Value
The System.DateTime that results from adding the specified number of years to the specified System.DateTime.
Exception | Description |
---|---|
System.ArgumentException | The resulting System.DateTime is outside the supported range of this calendar. |
System.ArgumentOutOfRangeException | years is outside the supported range of the System.DateTime return value. |