Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.time.DayOfTheWeek

Packages that use DayOfTheWeek
microsoft.exchange.webservices.data.core.enumeration.property.time   
microsoft.exchange.webservices.data.property.complex.availability   
microsoft.exchange.webservices.data.property.complex.recurrence   
microsoft.exchange.webservices.data.property.complex.recurrence.pattern   
 

Uses of DayOfTheWeek in microsoft.exchange.webservices.data.core.enumeration.property.time
 

Methods in microsoft.exchange.webservices.data.core.enumeration.property.time that return DayOfTheWeek
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.
 

Uses of DayOfTheWeek in microsoft.exchange.webservices.data.property.complex.availability
 

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

Uses of DayOfTheWeek in microsoft.exchange.webservices.data.property.complex.recurrence
 

Methods in microsoft.exchange.webservices.data.property.complex.recurrence that return DayOfTheWeek
 DayOfTheWeek DayOfTheWeekCollection.getWeekCollectionAtIndex(int index)
          Gets the DayOfTheWeek at a specific index in the collection.
 

Methods in microsoft.exchange.webservices.data.property.complex.recurrence that return types with arguments of type DayOfTheWeek
 Iterator<DayOfTheWeek> DayOfTheWeekCollection.iterator()
           
 

Methods in microsoft.exchange.webservices.data.property.complex.recurrence 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.
 

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

Uses of DayOfTheWeek in microsoft.exchange.webservices.data.property.complex.recurrence.pattern
 

Methods in microsoft.exchange.webservices.data.property.complex.recurrence.pattern that return DayOfTheWeek
 DayOfTheWeek Recurrence.RelativeMonthlyPattern.getDayOfTheWeek()
          Gets the day of the week.
 DayOfTheWeek Recurrence.RelativeYearlyPattern.getDayOfTheWeek()
          Gets the day of the week.
 

Methods in microsoft.exchange.webservices.data.property.complex.recurrence.pattern with parameters of type DayOfTheWeek
 void Recurrence.RelativeMonthlyPattern.setDayOfTheWeek(DayOfTheWeek value)
          Sets the day of the week.
 void Recurrence.RelativeYearlyPattern.setDayOfTheWeek(DayOfTheWeek value)
          Sets the day of the week.
 

Constructors in microsoft.exchange.webservices.data.property.complex.recurrence.pattern 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–2015 Microsoft. All rights reserved.