Package nablarch.integration.jsr310.util
Interface DateTimeConfiguration
- All Known Implementing Classes:
BasicDateTimeConfiguration
Date and Time APIに関する共通的なフォーマッタ、タイムゾーンを扱うためのインターフェース。
-
Method Summary
Modifier and TypeMethodDescription日付向けのフォーマッタ日時向けのフォーマッタシステムが依存するjava.time.ZoneId
を取得する
-
Method Details
-
getDateFormatter
DateTimeFormatter getDateFormatter()日付向けのフォーマッタ- Returns:
- 日付向けの
java.time.format.DateTimeFormatter
のインスタンス
-
getDateTimeFormatter
DateTimeFormatter getDateTimeFormatter()日時向けのフォーマッタ- Returns:
- 日時向けの
java.time.format.DateTimeFormatter
のインスタンス
-
getSystemZoneId
ZoneId getSystemZoneId()システムが依存するjava.time.ZoneId
を取得する- Returns:
- システムが依存するで管理している
java.time.ZoneId
-