'Declaration Overloads Public Operator +( _ ByVal interval As TdIntervalHour, _ ByVal hours As Integer _ ) As TdIntervalHour
'Usage
public TdIntervalHour operator +( TdIntervalHour interval, int hours )
public: TdIntervalHour operator +( TdIntervalHour interval, int hours )
Parameters
- interval
- A TdIntervalHour.
- hours
- Number of hours to add.
Return Value
A new TdIntervalHour as the result of adding an Int32 to TdIntervalHour.