FakeTimeProvider.AdjustTime(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 AdjustTime(DateTimeOffset value);
public void AdjustTime (DateTimeOffset value);
[System.Diagnostics.CodeAnalysis.Experimental("EXTEXP0004", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
public void AdjustTime (DateTimeOffset value);
member this.AdjustTime : DateTimeOffset -> unit
[<System.Diagnostics.CodeAnalysis.Experimental("EXTEXP0004", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
member this.AdjustTime : DateTimeOffset -> unit
Public Sub AdjustTime (value As DateTimeOffset)
Parameters
- value
- DateTimeOffset
The date and time in the UTC time zone.
- Attributes
Remarks
This method updates the current time, and has no impact on outstanding timers. This is similar to what happens in a real system when the system's time is changed.
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.