|
||||||||
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()
Initializes a new instance of the YearlyRecurrencePattern class. |
|
YearlyRecurrencePattern(int startOffset,
int startMonth)
Initializes a new instance of the YearlyRecurrencePattern class. |
|
YearlyRecurrencePattern(int startDay,
int startMonth,
int startPosition)
Initializes a new instance of the YearlyRecurrencePattern class. |
Method Summary | |
---|---|
int |
getStartDay()
Gets or sets the start day. |
int |
getStartMonth()
Gets or sets the start month. |
int |
getStartOffset()
Gets or sets the start offset. |
int |
getStartPosition()
Gets or sets the start position. |
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()
Initializes a new instance of the YearlyRecurrencePattern
class.
public YearlyRecurrencePattern(int startOffset, int startMonth)
Initializes a new instance of the YearlyRecurrencePattern
class.
startOffset
- The start offset.startMonth
- The start month.public YearlyRecurrencePattern(int startDay, int startMonth, int startPosition)
Initializes a new instance of the YearlyRecurrencePattern
class.
startDay
- The start day.startMonth
- The start month.startPosition
- The start position.Method Detail |
---|
public int getStartDay()
Gets or sets the start day.
Value: The start day.
public void setStartDay(int value)
public int getStartOffset()
Gets or sets the start offset.
Value: The start offset.
public void setStartOffset(int value)
public int getStartPosition()
Gets or sets the start position.
Value: The start position.
public void setStartPosition(int value)
public int getStartMonth()
Gets or sets the start month.
Value: The start month.
public void setStartMonth(int value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |