All Implemented Interfaces:
Serializable, Comparable<ChronoLocalDate>, ChronoLocalDate, Temporal, TemporalAccessor, TemporalAdjuster

  • Method Summary

    Combines this date with a time to create a ChronoLocalDateTime.

    boolean

    Compares this date to another date, including the chronology.

    Obtains a JapaneseDate from a temporal object.

    Gets the chronology of this date, which is the Japanese calendar system.

    getEra()

    Gets the era applicable at this date.

    long

    Gets the value of the specified field as a long.

    int

    hashCode()

    A hash code for this date.

    boolean

    Checks if the specified field is supported.

    int

    Returns the length of the month represented by this date.

    Returns an object of the same type as this object with the specified period subtracted.

    Returns an object of the same type as this object with an amount subtracted.

    now()

    Obtains the current JapaneseDate from the system clock in the default time-zone.

    Obtains the current JapaneseDate from the specified clock.

    Obtains the current JapaneseDate from the system clock in the specified time-zone.

    of(int prolepticYear, int month, int dayOfMonth)

    Obtains a JapaneseDate representing a date in the Japanese calendar system from the proleptic-year, month-of-year and day-of-month fields.

    of(JapaneseEra era, int yearOfEra, int month, int dayOfMonth)

    Obtains a JapaneseDate representing a date in the Japanese calendar system from the era, year-of-era, month-of-year and day-of-month fields.

    Returns an object of the same type as this object with the specified period added.

    Returns an object of the same type as this object with an amount added.

    toString()

    Outputs this date as a String.

    Calculates the period between this date and another date as a ChronoPeriod.

    long

    Calculates the amount of time until another date in terms of the specified unit.

    Returns an adjusted object of the same type as this object with the adjustment made.

    Returns an object of the same type as this object with the specified field altered.

  • Method Details

    • now

    • now

    • now

    • of

    • of

    • from

    • getChronology

    • getEra

    • lengthOfMonth

    • isSupported

    • getLong

    • with

    • with

    • plus

    • minus

    • plus

    • minus

    • atTime

    • until

    • equals

    • hashCode

    • until

    • toString