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

Uses of DayOfTheWeekIndex in microsoft.exchange.webservices.data
 

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

Methods in microsoft.exchange.webservices.data 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 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. All Rights Reserved.