AddYearsAsync¶
Returns sum of specified dateTime and years asynchronously.
1 |
|
Parameters¶
DateTimeOffset dateTime
Specifies the base date time value.
number years
Specifies the how many years will be added to dateTime parameter.
Remarks¶
Example¶
1 2 3 4 5 |
|