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