|
||||||||
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.MonthlyRecurrencePattern
public class MonthlyRecurrencePattern
Represents a recurrence pattern of monthly recurrence type.
Constructor Summary | |
---|---|
MonthlyRecurrencePattern()
Initializes a new instance of the MonthlyRecurrencePattern class. |
|
MonthlyRecurrencePattern(int startOffset,
int interval)
Initializes a new instance of the MonthlyRecurrencePattern class. |
|
MonthlyRecurrencePattern(int startPosition,
int startDay,
int interval)
Initializes a new instance of the MonthlyRecurrencePattern class. |
Method Summary | |
---|---|
int |
getStartDay()
Gets or sets the start day. |
int |
getStartOffset()
Gets or sets the start offset. |
int |
getStartPosition()
Gets or sets the start position. |
void |
setStartDay(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 MonthlyRecurrencePattern()
Initializes a new instance of the MonthlyRecurrencePattern
class.
public MonthlyRecurrencePattern(int startOffset, int interval)
Initializes a new instance of the MonthlyRecurrencePattern
class.
startOffset
- The start offset.interval
- The number of recurrence units.public MonthlyRecurrencePattern(int startPosition, int startDay, int interval)
Initializes a new instance of the MonthlyRecurrencePattern
class.
startPosition
- The start position.startDay
- The start day.interval
- The number of recurrence units.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)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |