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

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

Introduction

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

The text is from its open source code.

Method

intcompareTo(ReadableInstant other)
Compares this object with the specified object for ascending millisecond instant order.
longgetMillis()
Get the value as the number of milliseconds since the epoch, 1970-01-01T00:00:00Z.
booleanisAfterNow()
Is this instant strictly after the current instant comparing solely by millisecond.
booleanisBeforeNow()
Is this instant strictly before the current instant comparing solely by millisecond.
DatetoDate()
Get the date time as a java.util.Date.
StringtoString(DateTimeFormatter formatter)
Uses the specified formatter to convert this partial to a String.
StringtoString()
Output the date time in ISO8601 format (yyyy-MM-ddTHH:mm:ss.SSSZZ).