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