DateTimeSettings.SetSystemDateTime(DateTime) 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.
Set the system date and time.
public:
static void SetSystemDateTime(DateTime utcDateTime);
static void SetSystemDateTime(DateTime const& utcDateTime);
public static void SetSystemDateTime(System.DateTimeOffset utcDateTime);
function setSystemDateTime(utcDateTime)
Public Shared Sub SetSystemDateTime (utcDateTime As DateTimeOffset)
Parameters
- utcDateTime
- DateTime DateTimeOffset
The date and time value (in coordinated universal time (UTC)) to set the system clock to.
Remarks
Coordinated universal time does not observe daylight saving time.