|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WeekDay | |
---|---|
net.fortuna.ical4j.model | Contains core types used to define the iCalendar model. |
Uses of WeekDay in net.fortuna.ical4j.model |
---|
Fields in net.fortuna.ical4j.model declared as WeekDay | |
---|---|
static WeekDay |
WeekDay.FR
|
static WeekDay |
WeekDay.MO
|
static WeekDay |
WeekDay.SA
|
static WeekDay |
WeekDay.SU
|
static WeekDay |
WeekDay.TH
|
static WeekDay |
WeekDay.TU
|
static WeekDay |
WeekDay.WE
|
Methods in net.fortuna.ical4j.model that return WeekDay | |
---|---|
static WeekDay |
WeekDay.getMonthlyOffset(java.util.Calendar cal)
Returns a weekday/offset representation of the specified calendar. |
static WeekDay |
WeekDay.getNegativeMonthlyOffset(java.util.Calendar cal)
Returns a weekday/negative offset representation of the specified calendar. |
static WeekDay |
WeekDay.getWeekDay(java.util.Calendar cal)
Returns a weekday representation of the specified calendar. |
Methods in net.fortuna.ical4j.model with parameters of type WeekDay | |
---|---|
boolean |
WeekDayList.add(WeekDay weekDay)
|
static int |
WeekDay.getCalendarDay(WeekDay weekday)
Returns the corresponding java.util.Calendar.DAY_OF_WEEK
constant for the specified WeekDay . |
boolean |
WeekDayList.remove(WeekDay weekDay)
|
Constructors in net.fortuna.ical4j.model with parameters of type WeekDay | |
---|---|
WeekDay(WeekDay weekDay,
int offset)
Constructs a new weekday instance based on the specified instance and offset. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |