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

Uses of Month in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data that return Month
 Month Recurrence.RelativeYearlyPattern.getMonth()
          Gets the month.
 Month Recurrence.YearlyPattern.getMonth()
          Gets the month of the year when each occurrence happens.
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.
 

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