C# 클래스 AK.F1.Timing.Utility.SysClock

Provides uniform access to the system's clock. This class is .
파일 보기 프로젝트 열기: simoneb/ak-f1-timing

공개 메소드들

메소드 설명
Now ( ) : System.DateTime

Returns the current system time.

Ticks ( ) : System.TimeSpan

Gets the current tick count.

메소드 상세

Now() 공개 정적인 메소드

Returns the current system time.
public static Now ( ) : System.DateTime
리턴 System.DateTime

Ticks() 공개 정적인 메소드

Gets the current tick count.
public static Ticks ( ) : System.TimeSpan
리턴 System.TimeSpan