Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.time.DayOfTheWeekIndex
-
Packages that use DayOfTheWeekIndex Package Description 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 Modifier and Type Method Description static DayOfTheWeekIndexDayOfTheWeekIndex. 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 Modifier and Type Method Description DayOfTheWeekIndexRecurrence.RelativeMonthlyPattern. getDayOfTheWeekIndex()Day of the week index.DayOfTheWeekIndexRecurrence.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 Modifier and Type Method Description voidRecurrence.RelativeMonthlyPattern. setDayOfTheWeekIndex(DayOfTheWeekIndex value)Day of the week index.voidRecurrence.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 Constructor Description RelativeMonthlyPattern(Date startDate, int interval, DayOfTheWeek dayOfTheWeek, DayOfTheWeekIndex dayOfTheWeekIndex)Instantiates a new relative monthly pattern.RelativeYearlyPattern(Date startDate, Month month, DayOfTheWeek dayOfTheWeek, DayOfTheWeekIndex dayOfTheWeekIndex)Instantiates a new relative yearly pattern.
-