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