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