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