Structure

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. あるカレンダー体系とタイムゾーンにおいて評価されるように、単位いくつか(例えば年、月、日、時、そして分)の観点から指定される日付と時刻。

Declaration 宣言

struct DateComponents

Overview 概要

DateComponents encapsulates the components of a date in an extendable, structured manner. DateComponentsは、ある日付の構成要素を、拡張可能な、構造化流儀においてカプセル化します。

It is used to specify a date by providing the temporal components that make up a date and time in a particular calendar: hour, minutes, seconds, day, month, year, and so on. It can also be used to specify a duration of time, for example, 5 hours and 16 minutes. A DateComponents is not required to define all the component fields. それは、特定のカレンダーにおいて日付と時刻を作り上げる時間構成要素:時間、分、秒、日、月、年、などを提供することによってある日付を指定するのに使われます。それはまたある継続時間を指定するのに使われます、例えば5時間と16分。DateComponentsは、全構成要素単位を定義するのに必須ではありません。

When a new instance of DateComponents is created, the date components are set to nil. DateComponentsの新しいインスタンスが作成される場合、日付構成要素それらはnilに設定されます。

Topics 話題

Initializing Date Components 日付構成要素を初期化する

Validating a Date 日付を検証する

Accessing Months and Years 月と年にアクセスする

Accessing Weeks and Days 週と日にちにアクセスする

Accessing Hours and Seconds 時と秒にアクセスする

Accessing Calendar Components カレンダー構成要素にアクセスする

Comparing Date Components 日付構成要素を比較します

Describing Date Components 日付構成要素を記述する

Using Reference Types 参照型を使用する

Instance Methods インスタンス メソッド

See Also 参照

Calendrical Calculations カレンダーに関する計算