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

setValue:forComponent:

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

Declaration 宣言

- (void)setValue:(NSInteger)value 
    forComponent:(NSCalendarUnit)unit;

Parameters パラメータ

value

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

unit

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

Return Value 戻り値

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

Discussion 議論

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

See Also 参照

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