Java org.jfree.date SerialDate fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.date SerialDate fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.date SerialDate.

The text is from its open source code.

Field

intSERIAL_LOWER_BOUND
The serial number for 1 January 1900.
intSERIAL_UPPER_BOUND
The serial number for 31 December 9999.

Method

SerialDateaddMonths(final int months, final SerialDate base)
Creates a new date by adding the specified number of months to the base date.
SerialDatecreateInstance(final int day, final int month, final int yyyy)
Factory method that returns an instance of some concrete subclass of SerialDate .
SerialDatecreateInstance(final int serial)
Factory method that returns an instance of some concrete subclass of SerialDate .
SerialDatecreateInstance(final java.util.Date date)
Factory method that returns an instance of a subclass of SerialDate.