Noda Time
AdvanceSeconds Method (seconds)
NamespacesNodaTime.TestingFakeClockAdvanceSeconds(Int64)

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

Advances the clock by the given number of seconds.
Declaration Syntax
C#Visual BasicVisual C++
public void AdvanceSeconds(
	long seconds
)
Public Sub AdvanceSeconds ( _
	seconds As Long _
)
public:
void AdvanceSeconds(
	long long seconds
)
Parameters
seconds (Int64)
The number of seconds to advance the clock by (or if negative, the number to move it back by).

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