Adds a specified number of years to the DateTimeOffset object.
| C# | Visual Basic |
public DateTimeOffset AddYears( int years )
Public Function AddYears ( _ years As Integer _ ) As DateTimeOffset
- years (Int32)
[Missing <param name="years"/> documentation for "M:InTheHand.DateTimeOffset.AddYears(System.Int32)"]
[Missing <returns> documentation for "M:InTheHand.DateTimeOffset.AddYears(System.Int32)"]