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

component(_:from:)

Returns the specified date component from a given date. 指定された日付構成要素をある与えられた日付から返します。

Declaration 宣言

func component(_ unit: NSCalendar.Unit, 
          from date: Date) -> Int

Parameters パラメータ

unit

The component to return. For possible values, see NSCalendar.Unit. 返すことになる構成要素。可能な値として、NSCalendar.Unitを見てください。

date

The date for which to perform the calculation. それに対して計算を実行することになる日付。

Return Value 戻り値

An NSInteger value for the requested component. 要請された構成要素に対するNSInteger値。

See Also 参照

Extracting Components 構成要素の抽出