Class TimeSpan
java.lang.Object
org.epics.archiverappliance.common.TimeSpan
Simple time span class with start and end times.
- Author:
- mshankar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanTrue if this timespan completely contains the other timestamp.toString()
-
Constructor Details
-
TimeSpan
-
TimeSpan
public TimeSpan(long startTimeEpochSeconds, long endTimeEpochSeconds)
-
-
Method Details