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