Package me.hsgamer.timedtopper.api.data
Interface TimeRange
public interface TimeRange
The time range of the holder
-
Method Summary
-
Method Details
-
startTime
long startTime()Get the Unix timestamp in milliseconds of the start time- Returns:
- the start time
-
endTime
long endTime()Get the Unix timestamp in milliseconds of the end time- Returns:
- the end time
-