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