Noda Time
Addition Operator
NamespacesNodaTimePeriodAddition(Period, Period)

[This is preliminary documentation and is subject to change.]

Adds two periods together, by simply adding the values for each property.
Declaration Syntax
C#Visual BasicVisual C++
public static Period operator +(
	Period left,
	Period right
)
Public Shared Operator + ( _
	left As Period, _
	right As Period _
) As Period
public:
static Period^ operator +(
	Period^ left, 
	Period^ right
)
Parameters
left (Period)
The first period to add
right (Period)
The second period to add
Return Value
The sum of the two periods. The units of the result will be the union of those in both periods.

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)