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