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