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