public class MonthlyRecurrencePattern extends CalendarRecurrencePattern
Represents a recurrence pattern of monthly recurrence type.
Constructor and Description |
---|
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. |
Modifier and Type | Method and Description |
---|---|
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) |
getEndDate, getInterval, getOccurs, getWeekStart, setEndDate, setInterval, setOccurs, setWeekStart
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.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)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.