Package | Description |
---|---|
net.fortuna.ical4j.model |
Contains core types used to define the iCalendar model.
|
Modifier and Type | Field and Description |
---|---|
static WeekDay |
WeekDay.FR
Friday.
|
static WeekDay |
WeekDay.MO
Monday.
|
static WeekDay |
WeekDay.SA
Saturday.
|
static WeekDay |
WeekDay.SU
Sunday.
|
static WeekDay |
WeekDay.TH
Thursday.
|
static WeekDay |
WeekDay.TU
Tuesday.
|
static WeekDay |
WeekDay.WE
Wednesday.
|
Modifier and Type | Method and Description |
---|---|
static WeekDay |
WeekDay.getDay(int calDay)
Returns the corresponding day constant to the specified
java.util.Calendar.DAY_OF_WEEK property.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
WeekDay(WeekDay weekDay,
int offset)
Constructs a new weekday instance based on the specified
instance and offset.
|
Copyright © 2004-2015 Micronode. All Rights Reserved.