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