'Declaration Public Overloads Function Add( _ ByVal interval As TdIntervalDayToSecond _ ) As TdPeriodTimeWithTimeZone
'Usage Dim instance As TdPeriodTimeWithTimeZone Dim interval As TdIntervalDayToSecond Dim value As TdPeriodTimeWithTimeZone value = instance.Add(interval)
public TdPeriodTimeWithTimeZone Add( TdIntervalDayToSecond interval )
public: TdPeriodTimeWithTimeZone Add( TdIntervalDayToSecond interval )
Parameters
- interval
- The TdIntervalDayToSecond that will be added to the period.