C# Class TimeLocker.RemainingTimeController

Mostra file Open project: Confirmit/Students Class Usage Examples

Public Methods

Method Description
RemainingTimeController ( System.TimeSpan remainingTime ) : System
StartTimer ( ) : void
StopTimer ( ) : void

Private Methods

Method Description
CalculateRemainingTimeToLock ( System.TimeSpan remainingTimeToLock ) : System.TimeSpan
ChangeTimerEvent ( ) : void
DecRemaningSecondsToLock ( object o, System.Timers.ElapsedEventArgs e ) : void

Method Details

RemainingTimeController() public method

public RemainingTimeController ( System.TimeSpan remainingTime ) : System
remainingTime System.TimeSpan
return System

StartTimer() public method

public StartTimer ( ) : void
return void

StopTimer() public method

public StopTimer ( ) : void
return void