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