'Declaration Public Overloads Function Add( _ ByVal interval As TdIntervalYearToMonth _ ) As TdTimestampWithTimeZone
'Usage Dim instance As TdTimestampWithTimeZone Dim interval As TdIntervalYearToMonth Dim value As TdTimestampWithTimeZone value = instance.Add(interval)
public TdTimestampWithTimeZone Add( TdIntervalYearToMonth interval )
public: TdTimestampWithTimeZone Add( TdIntervalYearToMonth interval )
Parameters
- interval
- A TdIntervalYearToMonth that will be added to this instance of TdTimestampWithTimeZone..
Return Value
A TdTimestampWithTimeZone is returned that is the result of adding the TdIntervalYearToMonth to this instance of TdTimestampWithTimeZone.