Date Representations
日付表現
struct Date
A specific point in time, independent of any calendar or time zone.
あらゆるカレンダーまたはタイムゾーンに影響を受けない、ある特定の時点。
struct DateInterval
The span of time between a specific start date and end date.
特定の開始日付と終了日付の間の期間。
Calendrical Calculations
カレンダーに関する計算
struct DateComponents
A date or time specified in terms of units (such as year, month, day, hour, and minute) to be evaluated in a calendar system and time zone.
あるカレンダー体系とタイムゾーンにおいて評価されるように、単位いくつか(例えば年、月、日、時、そして分)の観点から指定される日付と時刻。
struct Calendar
A definition of the relationships between calendar units (such as eras, years, and weekdays) and absolute points in time, providing features for calculation and comparison of dates.
カレンダー単位(例えば、紀年、年、そして曜日など)と時間の中の絶対的時点の間のそれら関係からなるある定義で、日付の計算と比較のための機能を提供しています。
struct TimeZone
Information about standard time conventions associated with a specific geopolitical region.
指定された地政学的境界に関連付けられる標準的時刻慣例についての情報。
Date Formatting
日付を書式設定する
class DateFormatter
A formatter that converts between dates and their textual representations.
日付とそれらのテキスト表現の間で変換をするフォーマッタ。
class ISO8601DateFormatter
A formatter that converts between dates and their ISO 8601 string representations.
日付とそれらのISO 8601文字列表現の間で変換をするフォーマッタ。