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

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

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

Methods in microsoft.exchange.webservices.data.core.enumeration.property.time that return DayOfTheWeekIndex
static DayOfTheWeekIndex DayOfTheWeekIndex.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DayOfTheWeekIndex[] DayOfTheWeekIndex.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in microsoft.exchange.webservices.data.property.complex.recurrence.pattern that return DayOfTheWeekIndex
 DayOfTheWeekIndex Recurrence.RelativeMonthlyPattern.getDayOfTheWeekIndex()
          Day of the week index.
 DayOfTheWeekIndex Recurrence.RelativeYearlyPattern.getDayOfTheWeekIndex()
          Gets the relative position of the day specified in DayOfTheWeek within the month.
 

Methods in microsoft.exchange.webservices.data.property.complex.recurrence.pattern with parameters of type DayOfTheWeekIndex
 void Recurrence.RelativeMonthlyPattern.setDayOfTheWeekIndex(DayOfTheWeekIndex value)
          Day of the week index.
 void Recurrence.RelativeYearlyPattern.setDayOfTheWeekIndex(DayOfTheWeekIndex value)
          Sets the relative position of the day specified in DayOfTheWeek within the month.
 

Constructors in microsoft.exchange.webservices.data.property.complex.recurrence.pattern with parameters of type DayOfTheWeekIndex
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.
 



Copyright © 2012–2015 Microsoft. All rights reserved.