Class CustomDuration
-
- All Implemented Interfaces:
public class CustomDurationCreated by amine on 26/07/2017.
-
-
Constructor Summary
Constructors Constructor Description CustomDuration()
-
Method Summary
Modifier and Type Method Description longgetStartTime()longgetEndTime()voidstart()voidend()intgetDurationSeconds()-
-
Method Detail
-
getStartTime
long getStartTime()
-
getEndTime
long getEndTime()
-
start
void start()
-
end
void end()
-
getDurationSeconds
int getDurationSeconds()
-
-
-
-