'Declaration Overloads Public Operator +( _ ByVal date As TdDate, _ ByVal days As Integer _ ) As TdDate
'Usage
Parameters
- date
- A TdDate.
- days
- The number of days that will be added to the TdDate.
Return Value
A TdDate is returned that is the result of adding the specified
number of days to a TdDate.