func component(Calendar.Component, from: Date) -> Int
Returns the value for one component of a date.
ある日付の1つの構成要素に対する値を返します。
func dateComponents (Set<Calendar.Component>, from: Date) -> DateComponents
Returns all the date components of a date, using the calendar time zone.
ある日付の日付構成要素のすべてを返します、そのカレンダーのタイムゾーンを使います。
func dateComponents (Set<Calendar.Component>, from: Date, to: Date) -> DateComponents
Returns the difference between two dates.
2つの日付の間の差を返します。
func dateComponents (Set<Calendar.Component>, from: DateComponents, to: DateComponents) -> DateComponents
Returns the difference between two dates specified as
DateComponents
.
DateComponents
として指定された2つの日付の間の差を返します。
func dateComponents (in: TimeZone, from: Date) -> DateComponents
Returns all the date components of a date, as if in a given time zone (instead of the
Calendar
time zone).
ある日付の日付構成要素のすべてを返します、与えられたタイムゾーンを使います(Calendar
タイムゾーンの代わりに)。
enum Calendar.Component
An enumeration for the various components of a calendar date.
あるカレンダー日付の様々な構成要素に対する列挙。