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