| java.lang.Object org.sakaiproject.calendar.impl.RecurrenceRuleBase org.sakaiproject.calendar.impl.MonthlyRecurrenceRule
MonthlyRecurrenceRule | public class MonthlyRecurrenceRule extends RecurrenceRuleBase (Code) | | MonthlyRecurrenceRule is a time range generating rule that is based on a monthly recurrence.
|
Field Summary | |
final protected static String | FREQ The unique type / short frequency description. |
FREQ | final protected static String FREQ(Code) | | The unique type / short frequency description.
|
MonthlyRecurrenceRule | public MonthlyRecurrenceRule()(Code) | | Default constructor
|
MonthlyRecurrenceRule | public MonthlyRecurrenceRule(int interval)(Code) | | Construct with no limits.
Parameters: interval - Every this many number of months: 1 would be every month. |
MonthlyRecurrenceRule | public MonthlyRecurrenceRule(int interval, int count)(Code) | | Construct with count limit.
Parameters: interval - Every this many number of months: 1 would be every month. Parameters: count - For this many occurrences - if 0, does not limit. |
MonthlyRecurrenceRule | public MonthlyRecurrenceRule(int interval, Time until)(Code) | | Construct with time limit.
Parameters: interval - Every this many number of months: 1 would be every month. Parameters: until - No time ranges past this time are generated - if null, does not limit. |
getFrequencyDescription | public String getFrequencyDescription()(Code) | | |
getRecurrenceType | protected int getRecurrenceType()(Code) | | |
|
|