public class ScheduleSettings extends Object
| Constructor | Description |
|---|---|
ScheduleSettings(org.joda.time.LocalDate startOn,
org.threeten.bp.ZoneId zoneId,
Boolean preserveEndOfMonth) |
| Modifier and Type | Method | Description |
|---|---|---|
Boolean |
getPreserveEndOfMonth() |
|
org.joda.time.LocalDate |
getStartOn() |
|
org.threeten.bp.ZoneId |
getZoneId() |
public ScheduleSettings(org.joda.time.LocalDate startOn,
org.threeten.bp.ZoneId zoneId,
Boolean preserveEndOfMonth)
public org.joda.time.LocalDate getStartOn()
public org.threeten.bp.ZoneId getZoneId()
public Boolean getPreserveEndOfMonth()
Copyright © 2018 The Apache Software Foundation. All rights reserved.