Package | Description |
---|---|
org.joda.time.chrono |
Package containing the chronology classes which define the calendar systems.
|
Modifier and Type | Field and Description |
---|---|
private static BuddhistChronology |
BuddhistChronology.INSTANCE_UTC
UTC instance of the chronology
|
Modifier and Type | Field and Description |
---|---|
private static java.util.concurrent.ConcurrentHashMap<DateTimeZone,BuddhistChronology> |
BuddhistChronology.cCache
Cache of zone to chronology
|
Modifier and Type | Method and Description |
---|---|
static BuddhistChronology |
BuddhistChronology.getInstance()
Standard instance of a Buddhist Chronology, that matches
Sun's BuddhistCalendar class.
|
static BuddhistChronology |
BuddhistChronology.getInstance(DateTimeZone zone)
Standard instance of a Buddhist Chronology, that matches
Sun's BuddhistCalendar class.
|
static BuddhistChronology |
BuddhistChronology.getInstanceUTC()
Standard instance of a Buddhist Chronology, that matches
Sun's BuddhistCalendar class.
|