Maven module :un.api : api-time :
Class :
un.impl.timejvm.PetrinianDate
Extends/Implements :
un.impl.timejvm.WeekDate
java.time.temporal.Temporal
java.time.temporal.TemporalAdjuster
java.time.chrono.ChronoLocalDate
java.io.Serializable
Subclasses : -
Variables :
MIN,
MAX,
DAYS_0000_PETRINIAN_TO_1970_GREGORIAN
Functions :
getMonth,
isSupported,
until,
isSupported,
range,
get,
getLong,
getChronology,
lengthOfMonth,
until,
compareTo,
isAfter,
isBefore,
isEqual,
equals,
toEpochDay,
getDayOfWeek,
isLeapYear,
getDayOfYear,
with,
with,
withYear,
withMonth,
withDayOfMonth,
withDayOfYear,
plus,
plus,
plusYears,
plusMonths,
plusWeeks,
plusDays,
minus,
minus,
minusYears,
minusMonths,
minusWeeks,
minusDays,
query,
toString,
of,
of,
ofYearDay,
ofEpochDay,
from,
now,
now,
now,
parse,
parse
public PetrinianDate
MIN
public PetrinianDate
MAX
long
DAYS_0000_PETRINIAN_TO_1970_GREGORIAN
public Month
getMonth ()
public boolean
isSupported (TemporalUnit unit)
public long
until (Temporal endExclusive, TemporalUnit unit)
public boolean
isSupported (TemporalField field)
public ValueRange
range (TemporalField field)
public int
get (TemporalField field)
public long
getLong (TemporalField field)
public PetrinianChronology
getChronology ()
public int
lengthOfMonth ()
public ChronoPeriod
until (ChronoLocalDate endDateExclusive)
public int
compareTo (ChronoLocalDate other)
public boolean
isAfter (ChronoLocalDate other)
public boolean
isBefore (ChronoLocalDate other)
public boolean
isEqual (ChronoLocalDate other)
public boolean
equals (Object obj)
public long
toEpochDay ()
public DayOfWeek
getDayOfWeek ()
public boolean
isLeapYear ()
public int
getDayOfYear ()
public PetrinianDate
with (TemporalAdjuster adjuster)
public PetrinianDate
with (TemporalField field, long newValue)
public PetrinianDate
withYear (int year)
public PetrinianDate
withMonth (int month)
public PetrinianDate
withDayOfMonth (int dayOfMonth)
public PetrinianDate
withDayOfYear (int dayOfYear)
public PetrinianDate
plus (TemporalAmount amountToAdd)
public PetrinianDate
plus (long amountToAdd, TemporalUnit unit)
public PetrinianDate
plusYears (long yearsToAdd)
public PetrinianDate
plusMonths (long monthsToAdd)
public PetrinianDate
plusWeeks (long weeksToAdd)
public PetrinianDate
plusDays (long daysToAdd)
public PetrinianDate
minus (TemporalAmount amountToSubtract)
public PetrinianDate
minus (long amountToSubtract, TemporalUnit unit)
public PetrinianDate
minusYears (long yearsToSubtract)
public PetrinianDate
minusMonths (long monthsToSubtract)
public PetrinianDate
minusWeeks (long weeksToSubtract)
public PetrinianDate
minusDays (long daysToSubtract)
public R
query (TemporalQuery query)
public String
toString ()
public PetrinianDate
of (int year, int month, int dayOfMonth)
public PetrinianDate
of (int year, Month month, int dayOfMonth)
public PetrinianDate
ofYearDay (int year, int dayOfYear)
public PetrinianDate
ofEpochDay (long epochDay)
public PetrinianDate
from (TemporalAccessor temporal)
public PetrinianDate
now (Clock clock)
public PetrinianDate
now (ZoneId zone)
public PetrinianDate
now ()
public PetrinianDate
parse (CharSequence text)
public PetrinianDate
parse (CharSequence text, DateTimeFormatter formatter)