'Declaration Public Overloads Function Subtract( _ ByVal interval As TdIntervalDayToSecond _ ) As TdTimestampWithTimeZone
'Usage Dim instance As TdTimestampWithTimeZone Dim interval As TdIntervalDayToSecond Dim value As TdTimestampWithTimeZone value = instance.Subtract(interval)
public TdTimestampWithTimeZone Subtract( TdIntervalDayToSecond interval )
public: TdTimestampWithTimeZone Subtract( TdIntervalDayToSecond interval )
Parameters
- interval
- A TdIntervalDayToSecond that will be subtracted from this instance of TdTimestampWithTimeZone.