Generic API for calendar systems other than the default ISO.
-
ThaiBuddhistChronology.date(int prolepticYear,
int month,
int dayOfMonth)
Obtains a local date in Thai Buddhist calendar system from the
proleptic-year, month-of-year and day-of-month fields.
ThaiBuddhistChronology.date(Era era,
int yearOfEra,
int month,
int dayOfMonth)
Obtains a local date in Thai Buddhist calendar system from the
era, year-of-era, month-of-year and day-of-month fields.
Obtains a local date in the Thai Buddhist calendar system from the epoch-day.
ThaiBuddhistChronology.dateYearDay(int prolepticYear,
int dayOfYear)
Obtains a local date in Thai Buddhist calendar system from the
proleptic-year and day-of-year fields.
ThaiBuddhistChronology.dateYearDay(Era era,
int yearOfEra,
int dayOfYear)
Obtains a local date in Thai Buddhist calendar system from the
era, year-of-era and day-of-year fields.
Obtains a ThaiBuddhistDate
from a temporal object.
Returns an object of the same type as this object with an amount subtracted.
Obtains the current ThaiBuddhistDate
from the system clock in the default time-zone.
Obtains the current ThaiBuddhistDate
from the specified clock.
Obtains the current ThaiBuddhistDate
from the system clock in the specified time-zone.
ThaiBuddhistDate.of(int prolepticYear,
int month,
int dayOfMonth)
Obtains a ThaiBuddhistDate
representing a date in the Thai Buddhist calendar
system from the proleptic-year, month-of-year and day-of-month fields.
Returns an object of the same type as this object with an amount added.
Returns an adjusted object of the same type as this object with the adjustment made.