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