Uses of Interface
net.time4j.engine.ThreetenAdapter

Packages that use ThreetenAdapter
Package
Description
The main package contains four basic types of ISO-8601, namely PlainDate, PlainTime, PlainTimestamp and Moment.
Interval support.
  • Uses of ThreetenAdapter in net.time4j

    Classes in net.time4j that implement ThreetenAdapter
    Modifier and Type
    Class
    Description
    class 
    Represents a combination of month and day-of-month as XML-pendant for xsd:gMonthDay.
    class 
    Represents an instant/moment on the universal timeline with reference to the timezone UTC (UTC+00:00 / Greenwich-meridian).
    class 
    Enumeration of months in ISO-8601-calendar.
    class 
    Represents a plain calendar date in conformance to ISO-8601-standard using the gregorian calendar rules for all times.
    class 
    Represents a plain wall time without any timezone or date component as defined in ISO-8601 up to nanosecond precision.
    class 
    Represents a plain composition of calendar date and wall time as defined in ISO-8601, but without any timezone.
    class 
    Enumeration of weekdays.
    class 
    Combination of UTC-moment and timezone.
  • Uses of ThreetenAdapter in net.time4j.range

    Classes in net.time4j.range that implement ThreetenAdapter
    Modifier and Type
    Class
    Description
    class 
    Represents the month of a gregorian calendar year as interval (like from 1st of January until end of January).
    class 
    Represents a full gregorian calendar year as interval from 1st of January until end of December.