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