Example usage for org.joda.time.base AbstractDateTime subclass-usage

List of usage examples for org.joda.time.base AbstractDateTime subclass-usage

Introduction

In this page you can find the example usage for org.joda.time.base AbstractDateTime subclass-usage.

Usage

From source file org.jsr166e.BaseDateTime.java

/**
 * BaseDateTime is an abstract implementation of ReadableDateTime that stores
 * data in <code>long</code> and <code>Chronology</code> fields.
 * <p/>
 * This class should generally not be used directly by API users.
 * The {@link ReadableDateTime} interface should be used when different