Noda Time
Now Property
NamespacesNodaTime.TestingFakeClockNow

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

Returns the "current time" for this clock. Unlike a normal clock, this property may return the same value from repeated calls until one of the methods to change the time is called.
Declaration Syntax
C#Visual BasicVisual C++
public Instant Now { get; }
Public ReadOnly Property Now As Instant
	Get
public:
virtual property Instant Now {
	Instant get () sealed;
}
Remarks
If the value of the AutoAdvance property is non-zero, then every call to this method will advance the current time by that value.

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