Interface TimeRange
-
public interface TimeRangeStart, end and span properties of a time range.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetEnd()Returns the last time valuedoublegetSpan()Returns the differnce between the first and last time values.doublegetStart()Returns the first time value
-