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