'Declaration Public Overloads Function Add( _ ByVal timeSpan As TimeSpan _ ) As TdPeriodTimestampWithTimeZone
'Usage Dim instance As TdPeriodTimestampWithTimeZone Dim timeSpan As TimeSpan Dim value As TdPeriodTimestampWithTimeZone value = instance.Add(timeSpan)
public TdPeriodTimestampWithTimeZone Add( TimeSpan timeSpan )
public: TdPeriodTimestampWithTimeZone Add( TimeSpan timeSpan )
Parameters
- timeSpan
- The TimeSpan that will be added.
Return Value
A TdPeriodTimestampWithTimeZone is returned that is the result of the TimeSpan added to this
instance of TdPeriodTimestampWithTimeZone.