Method AddYears
AddYears(DateTime, int, string)
Adds a value in years to a DateTime taking a timezone into consideration.
public static DateTime AddYears(this DateTime @this, int value, string timezone)
Parameters
Returns
- DateTime
The resulting DateTime.
Remarks
See the server documentation for $dateAdd for information on timezones in MongoDB.