Noda Time
PlusSeconds Method (seconds)
NamespacesNodaTimeLocalTimePlusSeconds(Int64)

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

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

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