Uses of Interface
org.gvsig.timesupport.Instant

Packages that use Instant
Package
Description
TimeSupport library API.
  • Uses of Instant in org.gvsig.timesupport

    Subinterfaces of Instant in org.gvsig.timesupport
    Modifier and Type
    Interface
    Description
    interface 
    It defines a partial time that does not support every datetime field, and is thus a local time.
    interface 
    The RelativeInstant ins inmutable, but sometimes is necessary to edit it.
    interface 
    A 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 Instant
    Modifier and Type
    Method
    Description
    Interval.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 Instant
    Modifier and Type
    Method
    Description
    int
    RelativeInstant.compareTo(Instant instant)
    Compares this object with the specified object for ascending millisecond instant order.
    boolean
    Interval.contains(Instant instant)
    Does this time interval contain the specified time instant.
    boolean
    Instant.isAfter(Instant instant)
    Is this instant after the instant passed in comparing solely by millisecond.
    boolean
    Instant.isBefore(Instant instant)
    Is this instant before the instant passed in comparing solely by millisecond.
    boolean
    Instant.isEqual(Instant instant)
    Is this instant equal to the instant passed in comparing solely by millisecond.