Noda Time
PlusMinutes Method (minutes)
NamespacesNodaTimeLocalTimePlusMinutes(Int64)

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

Returns a new LocalTime representing the current value with the given number of minutes added.
Declaration Syntax
C#Visual BasicVisual C++
public LocalTime PlusMinutes(
	long minutes
)
Public Function PlusMinutes ( _
	minutes As Long _
) As LocalTime
public:
LocalTime PlusMinutes(
	long long minutes
)
Parameters
minutes (Int64)
The number of minutes to add
Return Value
The current value plus the given number of minutes.
Remarks
If the value goes past the start or end of the day, it wraps - so 11pm plus 120 minutes is 1am, for example.

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