public class PackedDate extends Object
Constructor and Description |
---|
PackedDate(DateColumn column) |
Modifier and Type | Method and Description |
---|---|
LocalDate |
asLocalDate() |
PackedDate |
get(int rowNumber) |
DayOfWeek |
getDayOfWeek() |
int |
getDayOfYear() |
Month |
getMonth() |
byte |
getMonthValue() |
int |
getPackedValue() |
int |
getQuarter() |
int |
getYear() |
boolean |
isAfter(int packedDate) |
boolean |
isAfter(LocalDate date) |
boolean |
isBefore(int packedDate) |
boolean |
isBefore(LocalDate date) |
boolean |
isFirstDayOfMonth() |
boolean |
isFriday() |
boolean |
isInApril() |
boolean |
isInAugust() |
boolean |
isInDecember() |
boolean |
isInFebruary() |
boolean |
isInJanuary() |
boolean |
isInJuly() |
boolean |
isInJune() |
boolean |
isInMarch() |
boolean |
isInMay() |
boolean |
isInNovember() |
boolean |
isInOctober() |
boolean |
isinQ1() |
boolean |
isinQ2() |
boolean |
isInQ3() |
boolean |
isInQ4() |
boolean |
isInSeptember() |
boolean |
isInYear(int year) |
boolean |
isLastDayOfMonth() |
boolean |
isLeapYear() |
boolean |
isMonday() |
boolean |
isOnOrAfter(int packedDate) |
boolean |
isOnOrAfter(LocalDate date) |
boolean |
isOnOrBefore(int packedDate) |
boolean |
isOnOrBefore(LocalDate date) |
boolean |
isSaturday() |
boolean |
isSunday() |
boolean |
isThursday() |
boolean |
isTuesday() |
boolean |
isWednesday() |
int |
lengthOfMonth() |
int |
lengthOfYear() |
PackedDate |
next() |
String |
toDateString() |
long |
toEpochDay() |
String |
toString() |
public PackedDate(DateColumn column)
public PackedDate next()
public PackedDate get(int rowNumber)
public int getPackedValue()
public LocalDate asLocalDate()
public byte getMonthValue()
public String toDateString()
public int getDayOfYear()
public boolean isLeapYear()
public Month getMonth()
public int lengthOfMonth()
public long toEpochDay()
public DayOfWeek getDayOfWeek()
public int getQuarter()
public boolean isinQ1()
public boolean isinQ2()
public boolean isInQ3()
public boolean isInQ4()
public boolean isAfter(LocalDate date)
public boolean isAfter(int packedDate)
public boolean isBefore(LocalDate date)
public boolean isBefore(int packedDate)
public boolean isOnOrAfter(LocalDate date)
public boolean isOnOrAfter(int packedDate)
public boolean isOnOrBefore(LocalDate date)
public boolean isOnOrBefore(int packedDate)
public boolean isSunday()
public boolean isMonday()
public boolean isTuesday()
public boolean isWednesday()
public boolean isThursday()
public boolean isFriday()
public boolean isSaturday()
public boolean isFirstDayOfMonth()
public boolean isLastDayOfMonth()
public boolean isInYear(int year)
public int lengthOfYear()
public boolean isInJanuary()
public boolean isInFebruary()
public boolean isInMarch()
public boolean isInApril()
public boolean isInMay()
public boolean isInJune()
public boolean isInJuly()
public boolean isInAugust()
public boolean isInSeptember()
public boolean isInOctober()
public boolean isInNovember()
public boolean isInDecember()
public int getYear()
Copyright © 2018. All rights reserved.