パッケージ | 説明 |
---|---|
java.time |
日付、時間、インスタント、デュレーションのメインAPI。
|
java.time.temporal |
フィールドと単位を使用した日時へのアクセス、および日時アジャスタ。
|
java.time.zone |
タイムゾーンおよびそのルールのサポート。
|
修飾子と型 | フィールドと説明 |
---|---|
static Duration |
Duration.ZERO
ゼロのデュレーションを表す定数です。
|
修飾子と型 | メソッドと説明 |
---|---|
Duration |
Duration.abs()
正の長さを使って、このデュレーションのコピーを返します。
|
static Duration |
Duration.between(Temporal startInclusive, Temporal endExclusive)
2つの時間的オブジェクト間のデュレーションを表す
Duration を取得します。 |
Duration |
Duration.dividedBy(long divisor)
指定された値で除算された、このデュレーションのコピーを返します。
|
static Duration |
Duration.from(TemporalAmount amount)
時間的な量から
Duration のインスタンスを取得します。 |
Duration |
Duration.minus(Duration duration)
指定されたデュレーションを減算した、このデュレーションのコピーを返します。
|
Duration |
Duration.minus(long amountToSubtract, TemporalUnit unit)
指定されたデュレーションを減算した、このデュレーションのコピーを返します。
|
Duration |
Duration.minusDays(long daysToSubtract)
標準24時間日の日数で指定されたデュレーションを減算した、このデュレーションのコピーを返します。
|
Duration |
Duration.minusHours(long hoursToSubtract)
時間数で指定されたデュレーションを減算した、このデュレーションのコピーを返します。
|
Duration |
Duration.minusMillis(long millisToSubtract)
ミリ秒数で指定されたデュレーションを減算した、このデュレーションのコピーを返します。
|
Duration |
Duration.minusMinutes(long minutesToSubtract)
分数で指定されたデュレーションを減算した、このデュレーションのコピーを返します。
|
Duration |
Duration.minusNanos(long nanosToSubtract)
ナノ秒数で指定されたデュレーションを減算した、このデュレーションのコピーを返します。
|
Duration |
Duration.minusSeconds(long secondsToSubtract)
秒数で指定されたデュレーションを減算した、このデュレーションのコピーを返します。
|
Duration |
Duration.multipliedBy(long multiplicand)
そのスカラーで乗算された、このデュレーションのコピーを返します。
|
Duration |
Duration.negated()
長さを否定して、このデュレーションのコピーを返します。
|
static Duration |
Duration.of(long amount, TemporalUnit unit)
指定された単位での量を表す
Duration を取得します。 |
static Duration |
Duration.ofDays(long days)
標準24時間日の数を表す
Duration を取得します。 |
static Duration |
Duration.ofHours(long hours)
標準の時間数を表す
Duration を取得します。 |
static Duration |
Duration.ofMillis(long millis)
ミリ秒数を表す
Duration を取得します。 |
static Duration |
Duration.ofMinutes(long minutes)
標準の分数を表す
Duration を取得します。 |
static Duration |
Duration.ofNanos(long nanos)
ナノ秒数を表す
Duration を取得します。 |
static Duration |
Duration.ofSeconds(long seconds)
秒数を表す
Duration を取得します。 |
static Duration |
Duration.ofSeconds(long seconds, long nanoAdjustment)
秒数およびナノ秒数での調整を表す
Duration を取得します。 |
static Duration |
Duration.parse(CharSequence text)
PnDTnHnMn.nS などのテキスト文字列からDuration を取得します。 |
Duration |
Duration.plus(Duration duration)
指定されたデュレーションを加算した、このデュレーションのコピーを返します。
|
Duration |
Duration.plus(long amountToAdd, TemporalUnit unit)
指定されたデュレーションを加算した、このデュレーションのコピーを返します。
|
Duration |
Duration.plusDays(long daysToAdd)
標準24時間日の日数で指定されたデュレーションを加算した、このデュレーションのコピーを返します。
|
Duration |
Duration.plusHours(long hoursToAdd)
時間数で指定されたデュレーションを加算した、このデュレーションのコピーを返します。
|
Duration |
Duration.plusMillis(long millisToAdd)
ミリ秒数で指定されたデュレーションを加算した、このデュレーションのコピーを返します。
|
Duration |
Duration.plusMinutes(long minutesToAdd)
分数で指定されたデュレーションを加算した、このデュレーションのコピーを返します。
|
Duration |
Duration.plusNanos(long nanosToAdd)
ナノ秒数で指定されたデュレーションを加算した、このデュレーションのコピーを返します。
|
Duration |
Duration.plusSeconds(long secondsToAdd)
秒数で指定されたデュレーションを加算した、このデュレーションのコピーを返します。
|
Duration |
Duration.withNanos(int nanoOfSecond)
指定されたナノ秒を使って、このデュレーションのコピーを返します。
|
Duration |
Duration.withSeconds(long seconds)
指定された秒数を使って、このデュレーションのコピーを返します。
|
修飾子と型 | メソッドと説明 |
---|---|
int |
Duration.compareTo(Duration otherDuration)
このデュレーションを指定された
Duration と比較します。 |
Duration |
Duration.minus(Duration duration)
指定されたデュレーションを減算した、このデュレーションのコピーを返します。
|
static Clock |
Clock.offset(Clock baseClock, Duration offsetDuration)
指定されたデュレーションを加算して指定されたクロックからインスタントを返すクロックを取得します
|
Duration |
Duration.plus(Duration duration)
指定されたデュレーションを加算した、このデュレーションのコピーを返します。
|
static Clock |
Clock.tick(Clock baseClock, Duration tickDuration)
指定されたデュレーションの直近値に切り捨てられたインスタントを指定されたクロックから返すクロックを取得します。
|
修飾子と型 | メソッドと説明 |
---|---|
Duration |
ChronoUnit.getDuration()
ISO暦体系におけるこの単位の推定デュレーションを取得します。
|
Duration |
TemporalUnit.getDuration()
この単位のデュレーション(推定時間の場合もある)を取得します。
|
修飾子と型 | メソッドと説明 |
---|---|
Duration |
ZoneRules.getDaylightSavings(Instant instant)
このゾーンの指定されたインスタントに使用しているサマー・タイムの量を取得します。
|
Duration |
ZoneOffsetTransition.getDuration()
遷移のデュレーションを取得します。
|
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.