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

component(_:from:)

Returns the value for one component of a date. ある日付の1つの構成要素に対する値を返します。

Declaration 宣言

func component(_ component: Calendar.Component, from date: Date) -> Int

Parameters パラメータ

component

The component to calculate. 計算する構成要素。

date

The date to use. 使用する日付。

Return Value 戻り値

The value for the component. その構成要素に対する値。

See Also 参照

Extracting Components 構成要素の抽出