v1.0.0-preview.6
Pre-release
Pre-release
- Added
Jump(TimeSpan)
andJump(DateTimeOffset)
methods that will jump time to the specified place. Any timer callbacks between the start and end of the jump will be invoked the expected number of times, but the date/time returned fromGetUtcNow()
andGetTimestamp()
will always be the jump time. This differs from howAdvance
andSetUtcNow
works. See the readme for a detailed description.