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