FakeTimeProvider.SetUtcNow(DateTimeOffset) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Advances the date and time in the UTC time zone.
public:
void SetUtcNow(DateTimeOffset value);
public void SetUtcNow (DateTimeOffset value);
member this.SetUtcNow : DateTimeOffset -> unit
Public Sub SetUtcNow (value As DateTimeOffset)
Parameters
- value
- DateTimeOffset
The date and time in the UTC time zone.
Exceptions
The supplied time value is before the current time.
Remarks
This method simply advances time. If the time is set forward beyond the trigger point of any outstanding timers, those timers will immediately trigger. This is unlike the AdjustTime(DateTimeOffset) method, which has no impact on timers.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.