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