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