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