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