Uses of Class
microsoft.exchange.webservices.data.DayOfTheWeek

Uses of DayOfTheWeek in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data that return DayOfTheWeek
 DayOfTheWeek Recurrence.RelativeMonthlyPattern.getDayOfTheWeek()
          Gets the day of the week.
 DayOfTheWeek Recurrence.RelativeYearlyPattern.getDayOfTheWeek()
          Gets the day of the week.
 DayOfTheWeek DayOfTheWeekCollection.getWeekCollectionAtIndex(int index)
          Gets the DayOfTheWeek at a specific index in the collection.
static DayOfTheWeek DayOfTheWeek.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DayOfTheWeek[] DayOfTheWeek.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in microsoft.exchange.webservices.data that return types with arguments of type DayOfTheWeek
 Collection<DayOfTheWeek> WorkingHours.getDaysOfTheWeek()
          Gets the working days of the attendees.
 Iterator<DayOfTheWeek> DayOfTheWeekCollection.iterator()
           
 

Methods in microsoft.exchange.webservices.data with parameters of type DayOfTheWeek
 void DayOfTheWeekCollection.add(DayOfTheWeek dayOfTheWeek)
          Adds a day to the collection if it is not already present.
 boolean DayOfTheWeekCollection.remove(DayOfTheWeek dayOfTheWeek)
          Remove a specific day from the collection.
 void Recurrence.RelativeMonthlyPattern.setDayOfTheWeek(DayOfTheWeek value)
          Sets the day of the week.
 void Recurrence.RelativeYearlyPattern.setDayOfTheWeek(DayOfTheWeek value)
          Sets the day of the week.
 

Method parameters in microsoft.exchange.webservices.data with type arguments of type DayOfTheWeek
 void DayOfTheWeekCollection.addRange(Iterator<DayOfTheWeek> daysOfTheWeek)
          Adds multiple days to the collection if they are not already present.
 

Constructors in microsoft.exchange.webservices.data with parameters of type DayOfTheWeek
Recurrence.RelativeMonthlyPattern(Date startDate, int interval, DayOfTheWeek dayOfTheWeek, DayOfTheWeekIndex dayOfTheWeekIndex)
          Instantiates a new relative monthly pattern.
Recurrence.RelativeYearlyPattern(Date startDate, Month month, DayOfTheWeek dayOfTheWeek, DayOfTheWeekIndex dayOfTheWeekIndex)
          Instantiates a new relative yearly pattern.
Recurrence.WeeklyPattern(Date startDate, int interval, DayOfTheWeek... daysOfTheWeek)
          Initializes a new instance of the WeeklyPattern class.
 



Copyright © 2012. All Rights Reserved.