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

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

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

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