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