Noda Time
AdvanceMilliseconds Method (milliseconds)
NamespacesNodaTime.TestingFakeClockAdvanceMilliseconds(Int64)

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

Advances the clock by the given number of milliseconds.
Declaration Syntax
C#Visual BasicVisual C++
public void AdvanceMilliseconds(
	long milliseconds
)
Public Sub AdvanceMilliseconds ( _
	milliseconds As Long _
)
public:
void AdvanceMilliseconds(
	long long milliseconds
)
Parameters
milliseconds (Int64)
The number of milliseconds 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)