Uses of Class
com.norconex.commons.lang.time.YearMonthDay
Packages that use YearMonthDay
-
Uses of YearMonthDay in com.norconex.commons.lang.time
Methods in com.norconex.commons.lang.time that return YearMonthDayModifier and TypeMethodDescriptionYearMonthDay.addDays(int numOfDays) Adds a number of days to a new created YearMonthDay.YearMonthDay.addMonths(int numOfMonths) Adds a number of months to a new created YearMonthDay.YearMonthDay.addYears(int numOfYears) Adds a number of years to a new created YearMonthDay.YearMonthDayInterval.getEnd()YearMonthDayInterval.getStart()Methods in com.norconex.commons.lang.time with parameters of type YearMonthDayModifier and TypeMethodDescriptionintYearMonthDay.compareTo(YearMonthDay ymd) booleanYearMonthDayInterval.contains(YearMonthDay ymd) Whether the YearMonthDay falls between this interval (inclusive endpoints).booleanYearMonthDay.isAfter(YearMonthDay ymd) Whether this YearMonthDay represents a date after the given YearMonthDay.booleanYearMonthDay.isBefore(YearMonthDay ymd) Whether this YearMonthDay represents a date before the given YearMonthDay.Constructors in com.norconex.commons.lang.time with parameters of type YearMonthDay