Noda Time
Reset Method (instant)
NamespacesNodaTime.TestingFakeClockReset(Instant)

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

Resets the clock to the given instant. The value of the AutoAdvance property will be unchanged.
Declaration Syntax
C#Visual BasicVisual C++
public void Reset(
	Instant instant
)
Public Sub Reset ( _
	instant As Instant _
)
public:
void Reset(
	Instant instant
)
Parameters
instant (Instant)
The instant to set the clock to.

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