C# 클래스 Machine.Mta.Timing.ServerClock

파일 보기 프로젝트 열기: machine/machine.mta

공개 메소드들

메소드 설명
Later ( System.TimeSpan time ) : System.DateTime
MinutesLater ( double minutes ) : System.DateTime
ResetNowFunc ( ) : void
ResetNowFuncToUtc ( ) : void
SecondsLater ( double seconds ) : System.DateTime
SetNowFunc ( Func nowFunc ) : void

메소드 상세

Later() 공개 정적인 메소드

public static Later ( System.TimeSpan time ) : System.DateTime
time System.TimeSpan
리턴 System.DateTime

MinutesLater() 공개 정적인 메소드

public static MinutesLater ( double minutes ) : System.DateTime
minutes double
리턴 System.DateTime

ResetNowFunc() 공개 정적인 메소드

public static ResetNowFunc ( ) : void
리턴 void

ResetNowFuncToUtc() 공개 정적인 메소드

public static ResetNowFuncToUtc ( ) : void
리턴 void

SecondsLater() 공개 정적인 메소드

public static SecondsLater ( double seconds ) : System.DateTime
seconds double
리턴 System.DateTime

SetNowFunc() 공개 정적인 메소드

public static SetNowFunc ( Func nowFunc ) : void
nowFunc Func
리턴 void