| Package | Description |
|---|---|
| net.time4j.engine |
Defines the common generic schemes and interfaces of chronological
systems.
|
| Modifier and Type | Field and Description |
|---|---|
static CalendarDays |
CalendarDays.ONE
Represents exactly one calendar day.
|
static CalendarDays |
CalendarDays.ZERO
Represents zero calendar days.
|
| Modifier and Type | Method and Description |
|---|---|
CalendarDays |
CalendarDays.abs()
Yields the absolute value of the represented calendar days.
|
static CalendarDays |
CalendarDays.between(CalendarDate start,
CalendarDate end)
Calculates the delta of calendar days between given calendar dates.
|
CalendarDays |
CalendarDays.minus(CalendarDays other)
Yields the delta of the represented calendar days of this instance and given argument.
|
static CalendarDays |
CalendarDays.of(long days)
Wraps given count of calendar days.
|
CalendarDays |
CalendarDays.plus(CalendarDays other)
Yields the sum of the represented calendar days of this instance and given argument.
|
| Modifier and Type | Method and Description |
|---|---|
int |
CalendarDays.compareTo(CalendarDays other) |
D |
Calendrical.minus(CalendarDays days)
Subtracts given calendar days from this instance.
|
D |
CalendarVariant.minus(CalendarDays days)
Subtracts given calendar days from this instance.
|
CalendarDays |
CalendarDays.minus(CalendarDays other)
Yields the delta of the represented calendar days of this instance and given argument.
|
D |
Calendrical.plus(CalendarDays days)
Adds given calendar days to this instance.
|
D |
CalendarVariant.plus(CalendarDays days)
Adds given calendar days to this instance.
|
CalendarDays |
CalendarDays.plus(CalendarDays other)
Yields the sum of the represented calendar days of this instance and given argument.
|
Copyright © 2014–2017. All rights reserved.