Package | Description |
---|---|
com.liferay.portal.kernel.cal |
Modifier and Type | Field and Description |
---|---|
protected DayAndPosition[] |
Recurrence.byDay
Field byDay
|
Modifier and Type | Method and Description |
---|---|
DayAndPosition[] |
Recurrence.getByDay()
Method getByDay
|
Modifier and Type | Method and Description |
---|---|
protected static String |
RecurrenceSerializer.getDayOfWeek(DayAndPosition dayPos) |
protected boolean |
TZSRecurrence.matchesIndividualByDay(Calendar candidateCalendar,
DayAndPosition dayAndPosition) |
protected boolean |
Recurrence.matchesIndividualByDay(Calendar candidate,
DayAndPosition pos)
Method matchesIndividualByDay
|
void |
Recurrence.setByDay(DayAndPosition[] b)
Method setByDay
|