|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aspose.email.CalendarRecurrencePattern
com.aspose.email.YearlyRecurrencePattern
public class YearlyRecurrencePattern
| Constructor Summary | |
|---|---|
YearlyRecurrencePattern()
|
|
YearlyRecurrencePattern(int startOffset,
int startMonth)
|
|
YearlyRecurrencePattern(int startDay,
int startMonth,
int startPosition)
|
|
| Method Summary | |
|---|---|
int |
getStartDay()
|
int |
getStartMonth()
|
int |
getStartOffset()
|
int |
getStartPosition()
|
void |
setStartDay(int value)
|
void |
setStartMonth(int value)
|
void |
setStartOffset(int value)
|
void |
setStartPosition(int value)
|
| Methods inherited from class com.aspose.email.CalendarRecurrencePattern |
|---|
getEndDate, getInterval, getOccurs, getWeekStart, setEndDate, setInterval, setOccurs, setWeekStart |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public YearlyRecurrencePattern()
public YearlyRecurrencePattern(int startOffset,
int startMonth)
public YearlyRecurrencePattern(int startDay,
int startMonth,
int startPosition)
| Method Detail |
|---|
public int getStartDay()
public void setStartDay(int value)
public int getStartOffset()
public void setStartOffset(int value)
public int getStartPosition()
public void setStartPosition(int value)
public int getStartMonth()
public void setStartMonth(int value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||