Searched defs:BuddhistCalendar (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/util/
H A DBuddhistCalendar.java39 public class BuddhistCalendar extends GregorianCalendar { class in inherits:GregorianCalendar
54 * Constructs a default BuddhistCalendar using the current time
57 public BuddhistCalendar() { method in class:BuddhistCalendar
62 * Constructs a BuddhistCalendar based on the current time
66 public BuddhistCalendar(TimeZone zone) { method in class:BuddhistCalendar
71 * Constructs a BuddhistCalendar based on the current time
75 public BuddhistCalendar(Locale aLocale) { method in class:BuddhistCalendar
80 * Constructs a BuddhistCalendar based on the current time
85 public BuddhistCalendar(TimeZone zone, Locale aLocale) { method in class:BuddhistCalendar
94 * Compares this BuddhistCalendar t
[all...]

Completed in 21 milliseconds