'Declaration Public Overloads Function Add( _ ByVal interval As TdIntervalDayToSecond _ ) As TdTimeWithTimeZone
'Usage Dim instance As TdTimeWithTimeZone Dim interval As TdIntervalDayToSecond Dim value As TdTimeWithTimeZone value = instance.Add(interval)
public TdTimeWithTimeZone Add( TdIntervalDayToSecond interval )
public: TdTimeWithTimeZone Add( TdIntervalDayToSecond interval )
Parameters
- interval
- A TdIntervalDayToSecond that will be added to this instance of TdTimeWithTimeZone.