public interface CalendarDateElement extends ZonalElement<PlainDate>
Represents the calendar date.
| Modifier and Type | Method and Description |
|---|---|
ElementOperator<PlainDate> |
firstDayOfNextMonth()
Adjusts a calendar date to the first day of next month.
|
ElementOperator<PlainDate> |
firstDayOfNextQuarter()
Adjusts a calendar date to the first day of next quarter year.
|
ElementOperator<PlainDate> |
firstDayOfNextYear()
Adjusts a calendar date to the first day of next year.
|
ElementOperator<PlainDate> |
lastDayOfPreviousMonth()
Adjusts a calendar date to the last day of previous month.
|
ElementOperator<PlainDate> |
lastDayOfPreviousQuarter()
Adjusts a calendar date to the last day of previous quarter year.
|
ElementOperator<PlainDate> |
lastDayOfPreviousYear()
Adjusts a calendar date to the last day of previous year.
|
at, atUTC, in, inStdTimezone, inTimezonecompare, getDefaultMaximum, getDefaultMinimum, getSymbol, getType, isDateElement, isLenient, isTimeElement, nameequalsElementOperator<PlainDate> firstDayOfNextMonth()
Adjusts a calendar date to the first day of next month.
PlainTimestampElementOperator<PlainDate> firstDayOfNextQuarter()
Adjusts a calendar date to the first day of next quarter year.
PlainTimestampElementOperator<PlainDate> firstDayOfNextYear()
Adjusts a calendar date to the first day of next year.
PlainTimestampElementOperator<PlainDate> lastDayOfPreviousMonth()
Adjusts a calendar date to the last day of previous month.
PlainTimestampElementOperator<PlainDate> lastDayOfPreviousQuarter()
Adjusts a calendar date to the last day of previous quarter year.
PlainTimestampElementOperator<PlainDate> lastDayOfPreviousYear()
Adjusts a calendar date to the last day of previous year.
PlainTimestampCopyright © 2014. All rights reserved.