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

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

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

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

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

Methods in microsoft.exchange.webservices.data.property.complex.recurrence.pattern that return Month
 Month Recurrence.RelativeYearlyPattern.getMonth()
          Gets the month.
 Month Recurrence.YearlyPattern.getMonth()
          Gets the month of the year when each occurrence happens.
 

Methods in microsoft.exchange.webservices.data.property.complex.recurrence.pattern with parameters of type Month
 void Recurrence.RelativeYearlyPattern.setMonth(Month value)
          Sets the month.
 void Recurrence.YearlyPattern.setMonth(Month value)
          Sets the month.
 

Constructors in microsoft.exchange.webservices.data.property.complex.recurrence.pattern with parameters of type Month
Recurrence.RelativeYearlyPattern(Date startDate, Month month, DayOfTheWeek dayOfTheWeek, DayOfTheWeekIndex dayOfTheWeekIndex)
          Instantiates a new relative yearly pattern.
Recurrence.YearlyPattern(Date startDate, Month month, int dayOfMonth)
          Initializes a new instance of the YearlyPattern class.
 



Copyright © 2012–2015 Microsoft. All rights reserved.