| 程序包 | 说明 |
|---|---|
| com.iofairy.falcon.time |
| 限定符和类型 | 类 | 说明 |
|---|---|---|
class |
Interval |
Interval
|
| 限定符和类型 | 字段 | 说明 |
|---|---|---|
static SignedInterval |
SignedInterval.ZERO |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static SignedInterval |
SignedInterval.between(DateTime<?> startDateTime,
DateTime<?> endDateTime) |
Obtain two
DateTime interval. |
static SignedInterval |
SignedInterval.between(Temporal startTemporal,
Temporal endTemporal) |
Obtain two
Temporal datetime interval. |
static SignedInterval |
SignedInterval.between(Calendar startCalendar,
Calendar endCalendar) |
Obtain two
Calendar datetime interval. |
static SignedInterval |
SignedInterval.between(Date startDate,
Date endDate) |
Obtain two
Date datetime interval. |
SignedInterval |
SignedInterval.minus(long amount,
TemporalUnit unit) |
|
SignedInterval |
SignedInterval.minus(SignedInterval signedInterval) |
|
static SignedInterval |
SignedInterval.of(long days,
long hours,
long minutes) |
|
static SignedInterval |
SignedInterval.of(long months,
long days,
long hours,
long minutes) |
|
static SignedInterval |
SignedInterval.of(long years,
long months,
long days,
long hours,
long minutes) |
|
static SignedInterval |
SignedInterval.of(long years,
long months,
long days,
long hours,
long minutes,
long seconds) |
|
static SignedInterval |
SignedInterval.of(long years,
long months,
long days,
long hours,
long minutes,
long seconds,
long millis) |
|
static SignedInterval |
SignedInterval.of(long centuries,
long years,
long months,
long days,
long hours,
long minutes,
long seconds,
long millis) |
|
static SignedInterval |
SignedInterval.of(long centuries,
long years,
long months,
long days,
long hours,
long minutes,
long seconds,
long millis,
long micros,
long nanos) |
|
static SignedInterval |
SignedInterval.of(long amount,
TemporalUnit unit) |
|
static SignedInterval |
SignedInterval.ofCenturies(long centuries) |
|
static SignedInterval |
SignedInterval.ofDays(long days) |
|
static SignedInterval |
SignedInterval.ofHours(long hours) |
|
static SignedInterval |
SignedInterval.ofMicros(long micros) |
|
static SignedInterval |
SignedInterval.ofMillis(long millis) |
|
static SignedInterval |
SignedInterval.ofMinutes(long minutes) |
|
static SignedInterval |
SignedInterval.ofMonths(long months) |
|
static SignedInterval |
SignedInterval.ofNanos(long nanos) |
|
static SignedInterval |
SignedInterval.ofSeconds(long seconds) |
|
static SignedInterval |
SignedInterval.ofYears(long years) |
|
SignedInterval |
SignedInterval.plus(long amount,
TemporalUnit unit) |
|
SignedInterval |
SignedInterval.plus(SignedInterval signedInterval) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
int |
SignedInterval.compareTo(SignedInterval other) |
|
private static long |
DateTimeShift.getShiftTimes(ChronoUnit chronoUnit,
SignedInterval signedInterval) |
|
SignedInterval |
SignedInterval.minus(SignedInterval signedInterval) |
|
SignedInterval |
SignedInterval.plus(SignedInterval signedInterval) |
Copyright © 2023. All rights reserved.