Property UtcNowDateTimeOffset
- Namespace
- KZDev.SystemClock.PrimeTime.Testing
- Assembly
- KZDev.SystemClock.PrimeTime.Testing.dll
UtcNowDateTimeOffset
Gets the current UTC date and time as a DateTimeOffset.
public DateTimeOffset UtcNowDateTimeOffset { get; }
Property Value
Remarks
While IsRunning is true, returns projected virtual UTC from the committed
instant and run anchor, marching through due work up to that instant (persist-on-read) before returning.
While stopped, returns the persisted instant only.