Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.time.Month
-
Packages that use Month Package Description 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 Modifier and Type Method Description static MonthMonth. 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 Modifier and Type Method Description MonthRecurrence.RelativeYearlyPattern. getMonth()Gets the month.MonthRecurrence.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 Modifier and Type Method Description voidRecurrence.RelativeYearlyPattern. setMonth(Month value)Sets the month.voidRecurrence.YearlyPattern. setMonth(Month value)Sets the month.Constructors in microsoft.exchange.webservices.data.property.complex.recurrence.pattern with parameters of type Month Constructor Description RelativeYearlyPattern(Date startDate, Month month, DayOfTheWeek dayOfTheWeek, DayOfTheWeekIndex dayOfTheWeekIndex)Instantiates a new relative yearly pattern.YearlyPattern(Date startDate, Month month, int dayOfMonth)Initializes a new instance of the YearlyPattern class.
-