static ICalendar |
ICalendarCtrl.from(Calendar instance) |
|
static ICalendar |
ICalendar.of(java.time.temporal.Temporal date) |
Return the instance of the given date.
|
static ICalendar |
ICalendar.of(java.util.Date date) |
Return the instance of the given date.
|
static ICalendar |
ICalendar.ofConstraint(java.lang.String constraint) |
Returns the instance with the given constraint.
|
static ICalendar |
ICalendar.ofId(java.lang.String id) |
Returns the instance with the given id.
|
ICalendar |
ICalendar.withConstraint(java.lang.String constraint) |
Returns a copy of this immutable component with the specified
constraint .
|
ICalendar |
ICalendar.withName(java.lang.String name) |
Returns a copy of this immutable component with the specified name .
|
ICalendar |
ICalendar.withShowTodayLink(boolean showTodayLink) |
Returns a copy of this immutable component with the specified
showTodayLink .
|
ICalendar |
ICalendar.withTodayLinkLabel(java.lang.String todayLinkLabel) |
Returns a copy of this immutable component with the specified
todayLinkLabel .
|
ICalendar |
ICalendar.withValue(java.util.Date value) |
Returns a copy of this immutable component with the specified value .
|
default ICalendar |
ICalendar.withValueInLocalDate(java.time.LocalDate value) |
Returns a copy of this immutable component with the specified value .
|
default ICalendar |
ICalendar.withValueInLocalDateTime(java.time.LocalDateTime value) |
Returns a copy of this immutable component with the specified value .
|
default ICalendar |
ICalendar.withValueInZonedDateTime(java.time.ZonedDateTime value) |
Returns a copy of this immutable component with the specified value .
|
ICalendar |
ICalendar.withWeekOfYear(boolean weekOfYear) |
Returns a copy of this immutable component with the specified weekOfYear .
|