C# Class TimeTracker

Summary description for TimeTracker
Afficher le fichier Open project: FIU-SCIS-Senior-Projects/SmartBuilding4 Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

getIsPaused() public méthode

Gets the is paused.
public getIsPaused ( ) : bool
Résultat bool

getSimStartTime() public méthode

Gets the start sim time.
public getSimStartTime ( ) : int
Résultat int

getSimTimeInSeconds() public méthode

Gets the sim time in seconds.
public getSimTimeInSeconds ( ) : int
Résultat int

pause() public méthode

Pause this instance.
public pause ( ) : void
Résultat void

resume() public méthode

Resume this instance.
public resume ( ) : void
Résultat void

setSimStartTime() public méthode

Sets the sim start time.
public setSimStartTime ( int startTime ) : void
startTime int Start time.
Résultat void

setSimTimeInSeconds() public méthode

Sets the sim time in seconds.
public setSimTimeInSeconds ( int simTime ) : void
simTime int Sim time.
Résultat void