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