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

valueForComponent:

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

Declaration 宣言

- (NSInteger)valueForComponent:(NSCalendarUnit)unit;

Parameters パラメータ

unit

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

Return Value 戻り値

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

Discussion 議論

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

See Also 参照

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