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

value(forComponent:)

Returns the value for a given calendar unit. 与えられたカレンダー単位に対する値を返します。

Declaration 宣言

func value(forComponent unit: NSCalendar.Unit) -> Int

Parameters パラメータ

unit

The calendar unit for which to retrieve its value. Do not pass calendar or timeZone. このカレンダー単位に対して、その値を回収することになります。calendarまたはtimeZoneを渡さないでください。

Return Value 戻り値

The value for the given calendar unit. 与えられたカレンダー単位に対する値。

Discussion 議論

This method allows for component values to be retrieved for an NSCalendar.Unit value. このメソッドは、複数の構成要素値がある1つのNSCalendar.Unit値に対して回収されることを想定します。

See Also 参照

Accessing Components as Calendrical Units 構成要素にカレンダー単位としてアクセスする