Noda Time
AdvanceTicks Method (ticks)
NamespacesNodaTime.TestingFakeClockAdvanceTicks(Int64)

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

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