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
に設定されます。