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