Uses of Interface
org.gvsig.timesupport.Instant
Packages that use Instant
-
Uses of Instant in org.gvsig.timesupport
Subinterfaces of Instant in org.gvsig.timesupportModifier and TypeInterfaceDescriptioninterfaceIt defines a partial time that does not support every datetime field, and is thus a local time.interfaceTheRelativeInstantins inmutable, but sometimes is necessary to edit it.interfaceA relative instant is defined like an instant in the datetime continuum specified as a number of milliseconds from 1970-01-01T00:00Z.Methods in org.gvsig.timesupport that return InstantModifier and TypeMethodDescriptionInterval.getEnd()Gets the end of this time interval, which is exclusive, as an Instant.Interval.getStart()Gets the start of this time interval, which is inclusive, as an Instant.Methods in org.gvsig.timesupport with parameters of type InstantModifier and TypeMethodDescriptionintCompares this object with the specified object for ascending millisecond instant order.booleanDoes this time interval contain the specified time instant.booleanIs this instant after the instant passed in comparing solely by millisecond.booleanIs this instant before the instant passed in comparing solely by millisecond.booleanIs this instant equal to the instant passed in comparing solely by millisecond.