[This is preliminary documentation and is subject to change.]
Returns a new LocalDateTime representing the current value with the given number of minutes added.

C# | Visual Basic | Visual C++ |
public LocalDateTime PlusMinutes( long minutes )
Public Function PlusMinutes ( _ minutes As Long _ ) As LocalDateTime
public: LocalDateTime PlusMinutes( long long minutes )

- minutes (Int64)
- The number of minutes to add

The current value plus the given number of minutes.
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)