public class DefaultMonth extends AbstractMonth<DefaultDay>
Modifier and Type | Field and Description |
---|---|
static String |
copyright |
days, logger
Constructor and Description |
---|
DefaultMonth(LocalDate referenceDateMidnight) |
Modifier and Type | Method and Description |
---|---|
protected DefaultDay |
createDay(LocalDate dayStart,
LocalDate dayEnd) |
protected DefaultDay[] |
createDaysArray(int size) |
findDayByDate, getDay, getDaysCount, getMonthEnd, getMonthInterval, getMonthStart, getReferenceDateMidnight
public static final String copyright
public DefaultMonth(LocalDate referenceDateMidnight)
protected DefaultDay[] createDaysArray(int size)
createDaysArray
in class AbstractMonth<DefaultDay>
protected DefaultDay createDay(LocalDate dayStart, LocalDate dayEnd)
createDay
in class AbstractMonth<DefaultDay>