Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.time.DayOfTheWeek
-
-
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 Modifier and Type Method Description static DayOfTheWeekDayOfTheWeek. 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 Modifier and Type Method Description 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 Modifier and Type Method Description DayOfTheWeekDayOfTheWeekCollection. 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 Modifier and Type Method Description Iterator<DayOfTheWeek>DayOfTheWeekCollection. iterator()Methods in microsoft.exchange.webservices.data.property.complex.recurrence with parameters of type DayOfTheWeek Modifier and Type Method Description voidDayOfTheWeekCollection. add(DayOfTheWeek dayOfTheWeek)Adds a day to the collection if it is not already present.booleanDayOfTheWeekCollection. 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 Modifier and Type Method Description voidDayOfTheWeekCollection. 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 Modifier and Type Method Description DayOfTheWeekRecurrence.RelativeMonthlyPattern. getDayOfTheWeek()Gets the day of the week.DayOfTheWeekRecurrence.RelativeYearlyPattern. getDayOfTheWeek()Gets the day of the week.Methods in microsoft.exchange.webservices.data.property.complex.recurrence.pattern with parameters of type DayOfTheWeek Modifier and Type Method Description voidRecurrence.RelativeMonthlyPattern. setDayOfTheWeek(DayOfTheWeek value)Sets the day of the week.voidRecurrence.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 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.WeeklyPattern(Date startDate, int interval, DayOfTheWeek... daysOfTheWeek)Initializes a new instance of the WeeklyPattern class.
-