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