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