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