Noda Time
Addition Operator
NamespacesNodaTimeLocalDateTimeAddition(LocalDateTime, Period)

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

Adds a period to a local date/time. Fields are added in the order provided by the period. This is a convenience operator over the Plus(Period) method.
Declaration Syntax
C#Visual BasicVisual C++
public static LocalDateTime operator +(
	LocalDateTime localDateTime,
	Period period
)
Public Shared Operator + ( _
	localDateTime As LocalDateTime, _
	period As Period _
) As LocalDateTime
public:
static LocalDateTime operator +(
	LocalDateTime localDateTime, 
	Period^ period
)
Parameters
localDateTime (LocalDateTime)
Initial local date and time
period (Period)
Period to add
Return Value
The resulting local date and time

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