Package org.vast.util
Class ZonedTimeExtent
java.lang.Object
org.vast.util.TimeExtent
org.vast.util.ZonedTimeExtent
 A TimeExtent with a time zone.
 
Begin and end time are always stored as UTC instants, but a zoned
- 
Field Summary
FieldsFields inherited from class org.vast.util.TimeExtent
ALL_TIMES, begin, end, SPECIAL_VALUE_NOW, SPECIAL_VALUE_UNBOUNDED - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.vast.util.TimeExtent
asRange, atZone, begin, beginAt, beginNow, beginsNow, contains, contains, currentTime, duration, end, endAt, endNow, endsNow, hasBegin, hasEnd, instant, intersection, intersects, isAllTimes, isInstant, isNow, isoStringUTC, now, parse, period, period, span, toString 
- 
Field Details
- 
timeZone
 
 - 
 - 
Constructor Details
- 
ZonedTimeExtent
protected ZonedTimeExtent() 
 - 
 - 
Method Details
- 
timeZone
 - 
beginAtZone
 - 
endAtZone
 - 
equals
- Overrides:
 equalsin classTimeExtent
 - 
hashCode
public int hashCode()- Overrides:
 hashCodein classTimeExtent
 
 -