C# 클래스 TimeTracker

Summary description for TimeTracker
파일 보기 프로젝트 열기: FIU-SCIS-Senior-Projects/SmartBuilding4 1 사용 예제들

공개 메소드들

메소드 설명
getIsPaused ( ) : bool

Gets the is paused.

getSimStartTime ( ) : int

Gets the start sim time.

getSimTimeInSeconds ( ) : int

Gets the sim time in seconds.

pause ( ) : void

Pause this instance.

resume ( ) : void

Resume this instance.

setSimStartTime ( int startTime ) : void

Sets the sim start time.

setSimTimeInSeconds ( int simTime ) : void

Sets the sim time in seconds.

메소드 상세

getIsPaused() 공개 메소드

Gets the is paused.
public getIsPaused ( ) : bool
리턴 bool

getSimStartTime() 공개 메소드

Gets the start sim time.
public getSimStartTime ( ) : int
리턴 int

getSimTimeInSeconds() 공개 메소드

Gets the sim time in seconds.
public getSimTimeInSeconds ( ) : int
리턴 int

pause() 공개 메소드

Pause this instance.
public pause ( ) : void
리턴 void

resume() 공개 메소드

Resume this instance.
public resume ( ) : void
리턴 void

setSimStartTime() 공개 메소드

Sets the sim start time.
public setSimStartTime ( int startTime ) : void
startTime int Start time.
리턴 void

setSimTimeInSeconds() 공개 메소드

Sets the sim time in seconds.
public setSimTimeInSeconds ( int simTime ) : void
simTime int Sim time.
리턴 void