'Declaration Public Overloads Function Subtract( _ ByVal timeSpan As TimeSpan _ ) As TdPeriodTimeWithTimeZone
'Usage Dim instance As TdPeriodTimeWithTimeZone Dim timeSpan As TimeSpan Dim value As TdPeriodTimeWithTimeZone value = instance.Subtract(timeSpan)
public TdPeriodTimeWithTimeZone Subtract( TimeSpan timeSpan )
public: TdPeriodTimeWithTimeZone Subtract( TimeSpan timeSpan )
Parameters
- timeSpan
- The TimeSpan that will be subtracted.