dotnetCHARTING Send comments on this topic.
Addition(TimeIntervalAdvanced,DateTime) Operator
See Also 
dotnetCHARTING Namespace > TimeIntervalAdvanced Class > Addition Operator : Addition(TimeIntervalAdvanced,DateTime) Operator

lhs
TimeIntervalAdvanced to add.
rhs
Added to DateTime.
Adds a TimeIntervalAdvanced to a DateTime object.

Syntax

Visual Basic (Declaration)  
Overloads Public Operator +( _
   ByVal lhs As TimeIntervalAdvanced, _
   ByVal rhs As Date _
) As Date
C#  
public DateTime operator +( 
   TimeIntervalAdvanced lhs,
   DateTime rhs
)

Parameters

lhs
TimeIntervalAdvanced to add.
rhs
Added to DateTime.

See Also