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