'Declaration Public Overloads Function Add( _ ByVal interval As TdIntervalDayToSecond _ ) As TdPeriodDate
'Usage Dim instance As TdPeriodDate Dim interval As TdIntervalDayToSecond Dim value As TdPeriodDate value = instance.Add(interval)
public TdPeriodDate Add( TdIntervalDayToSecond interval )
public: TdPeriodDate Add( TdIntervalDayToSecond interval )
Parameters
- interval
- The number of days from the TdIntervalDayToSecond that will be added to the period.
Return Value
A TdPeriodDate is returned that is the result of adding the TdIntervalDayToSecond to this instance of TdPeriodDate.