| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
Month |
SerializableTimeZoneTime.getMonth()
Gets the transition month of the year to and from standard time and daylight saving time.
|
Month |
RelativeYearlyRecurrencePattern.getMonth()
Gets the month when a yearly recurring item occurs.
|
Month |
RecurringDayTransition.getMonth()
Gets the month in which the time zone transition occurs.
|
Month |
RecurringDateTransition.getMonth()
Gets the month in which the time zone transition occurs.
|
Month |
AbsoluteYearlyRecurrencePattern.getMonth()
Gets the month in which a yearly recurring item occurs.
|
static Month |
Month.valueOf(java.lang.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecurringDayTransition.getMonth(Month month)
Sets the month in which the time zone transition occurs.
|
void |
RecurringDateTransition.getMonth(Month month)
Sets the month in which the time zone transition occurs.
|
void |
SerializableTimeZoneTime.setMonth(Month month)
Sets the transition month of the year to and from standard time and daylight saving time.
|
void |
RelativeYearlyRecurrencePattern.setMonth(Month month)
Sets the month when a yearly recurring item occurs.
|
void |
AbsoluteYearlyRecurrencePattern.setMonth(Month month)
Sets the month in which a yearly recurring item occurs.
|
| Constructor and Description |
|---|
AbsoluteYearlyRecurrencePattern(Month month,
int dayOfMonth)
Initializes a new instance of the AbsoluteYearlyRecurrencePattern class with specified values.
|
RelativeYearlyRecurrencePattern(Month month,
java.util.List<DayOfWeek> days,
DayOfWeekIndex dayIndex)
Initializes a new instance of the RelativeYearlyRecurrencePattern class.
|
SerializableTimeZoneTime(int offset,
Time time,
DayOrder dayOrder,
Month month,
DayOfWeek dayOfWeek)
Initializes a new instance of the SerializableTimeZoneTime class.
|
SerializableTimeZoneTime(int offset,
Time time,
DayOrder dayOrder,
Month month,
DayOfWeek dayOfWeek,
java.lang.String year)
Initializes a new instance of the SerializableTimeZoneTime class.
|