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