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.