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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

ChronologygetChronology(Object object, DateTimeZone zone)
Extracts the chronology from an object of this converter's type where the time zone is specified.
ChronologygetChronology(Object object, Chronology chrono)
Extracts the chronology from an object of this converter's type where the chronology may be specified.
longgetInstantMillis(Object object, Chronology chrono)
Extracts the millis from an object of this converter's type.