Noda Time
Plus Method (period)
NamespacesNodaTimeLocalTimePlus(Period)

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

Adds the specified period to this time. Fluent alternative to operator+().
Declaration Syntax
C#Visual BasicVisual C++
public LocalTime Plus(
	Period period
)
Public Function Plus ( _
	period As Period _
) As LocalTime
public:
LocalTime Plus(
	Period^ period
)
Parameters
period (Period)
The period to add. Must not contain any (non-zero) date units.
Return Value
The sum of this time and the given period

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