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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.