-
public class RecurringPattern
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRecurringPattern.Builder
-
Method Summary
Modifier and Type Method Description static RecurringPattern.BuildereveryMonths(int months)DateTimegetEndDate()intgetMonths()DateTimegetStarting()DateTimegetUntil()-
-
Method Detail
-
everyMonths
static RecurringPattern.Builder everyMonths(int months)
-
getEndDate
@Nonnull() DateTime getEndDate()
-
getMonths
int getMonths()
-
getStarting
@Nonnull() DateTime getStarting()
-
-
-
-