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

/libcore/ojluni/src/main/java/java/time/chrono/
H A DThaiBuddhistDate.java100 public final class ThaiBuddhistDate class in inherits:ChronoLocalDateImpl,ChronoLocalDate,Serializable
101 extends ChronoLocalDateImpl<ThaiBuddhistDate>
116 * Obtains the current {@code ThaiBuddhistDate} from the system clock in the default time-zone.
126 public static ThaiBuddhistDate now() {
131 * Obtains the current {@code ThaiBuddhistDate} from the system clock in the specified time-zone.
142 public static ThaiBuddhistDate now(ZoneId zone) {
147 * Obtains the current {@code ThaiBuddhistDate} from the specified clock.
157 public static ThaiBuddhistDate now(Clock clock) {
158 return new ThaiBuddhistDate(LocalDate.now(clock));
162 * Obtains a {@code ThaiBuddhistDate} representin
206 ThaiBuddhistDate(LocalDate isoDate) { method in class:ThaiBuddhistDate
[all...]

Completed in 36 milliseconds