SystemClock.GetSystemTimeUtc 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.
Gets the current system time directly using OS calls. Normally, this should return the same as UtcNow
public static DateTime GetSystemTimeUtc ();
static member GetSystemTimeUtc : unit -> DateTime
Public Shared Function GetSystemTimeUtc () As DateTime
Returns
The current system time