'Declaration Public Function AddYears( _ ByVal years As Integer _ ) As TdTimestampWithTimeZone
'Usage Dim instance As TdTimestampWithTimeZone Dim years As Integer Dim value As TdTimestampWithTimeZone value = instance.AddYears(years)
public TdTimestampWithTimeZone AddYears( int years )
public: TdTimestampWithTimeZone AddYears( int years )
Parameters
- years
- The number of years to add to the TdTimestampWithTimeZone.
Return Value
A TdTimestampWithTimeZone structure is returned.