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