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

setValue(_:forComponent:)

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

Declaration 宣言

func setValue(_ value: Int, 
 forComponent unit: NSCalendar.Unit)

Parameters パラメータ

value

The value to set for the unit component. unit構成要素に設定することになる値。

unit

The calendar unit for which to set value. Do not pass calendar or timeZone. それに対してvalueを設定することになるカレンダー単位。calendarまたはtimeZoneを渡さないでください。

Return Value 戻り値

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

Discussion 議論

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

See Also 参照

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