Uses of Class
net.fortuna.ical4j.model.WeekDay

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
          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.
 

Methods in net.fortuna.ical4j.model that return WeekDay
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(Calendar cal)
          Returns a weekday/offset representation of the specified calendar.
static WeekDay WeekDay.getNegativeMonthlyOffset(Calendar cal)
          Returns a weekday/negative offset representation of the specified calendar.
static WeekDay WeekDay.getWeekDay(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.
 



Copyright © 2004-2012 Micronode. All Rights Reserved.