C# 클래스 AK.F1.Timing.Model.Driver.QuallyTimesModel

상속: ModelBase
파일 보기 프로젝트 열기: simoneb/ak-f1-timing 1 사용 예제들

공개 메소드들

메소드 설명
GetTime ( int quallyNumber ) : TimeSpan?

Gets the qually time for the specified one-based qually number.

SetTime ( int quallyNumber, System.TimeSpan value ) : void

Sets the qually time for the specified one-based qually number.

메소드 상세

GetTime() 공개 메소드

Gets the qually time for the specified one-based qually number.
/// Thrown when is not positive or is greater than three. ///
public GetTime ( int quallyNumber ) : TimeSpan?
quallyNumber int The one-based qually number.
리턴 TimeSpan?

SetTime() 공개 메소드

Sets the qually time for the specified one-based qually number.
/// Thrown when is not positive or is greater than three. ///
public SetTime ( int quallyNumber, System.TimeSpan value ) : void
quallyNumber int The one-based qually number.
value System.TimeSpan The new qually value.
리턴 void