Java org.joda.time ReadableInstant fields, constructors, methods, implement or subclass

Example usage for Java org.joda.time ReadableInstant fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.joda.time ReadableInstant.

The text is from its open source code.

Implementation

org.joda.time.ReadableInstant has the following implementations.
Click this link to see all its implementation.

Method

intget(DateTimeFieldType type)
Get the value of one of the fields of a datetime.
longgetMillis()
Get the value as the number of milliseconds since the epoch, 1970-01-01T00:00:00Z.
DateTimeZonegetZone()
Gets the time zone of the instant from the chronology.
booleanisAfter(ReadableInstant instant)
Is this instant after the instant passed in comparing solely by millisecond.
booleanisBefore(ReadableInstant instant)
Is this instant before the instant passed in comparing solely by millisecond.
booleanisEqual(ReadableInstant instant)
Is this instant equal to the instant passed in comparing solely by millisecond.
InstanttoInstant()
Get the value as a simple immutable Instant object.