Property NowInstant
NowInstant
Gets the current instant on the global timeline (UTC).
public Instant NowInstant { get; }
Property Value
- Instant
Remarks
While IsRunning is true, uses the same persist-on-read projection and
march as UtcNowDateTimeOffset on this clock. While stopped, returns the persisted
instant only.