C# 클래스 Platform.EnvironmentUtils

Provides useful methods for the Environment.
파일 보기 프로젝트 열기: platformdotnet/Platform

공개 메소드들

메소드 설명
SetSystemTime ( System.DateTime dateTime ) : void

Sets the system time to the provided value.

비공개 메소드들

메소드 설명
LinuxSetSystemTime ( System.DateTime dateTime ) : void

Sets the system time for Linux systems.

SetLocalTime ( SYSTEMTIME &time ) : bool
SetSystemTime ( SYSTEMTIME &time ) : bool
Win32SetSystemTime ( System.DateTime dateTime ) : void

Sets the system time for Windows systems.

메소드 상세

SetSystemTime() 공개 정적인 메소드

Sets the system time to the provided value.
public static SetSystemTime ( System.DateTime dateTime ) : void
dateTime System.DateTime The value to set the system clock to.
리턴 void