- valueForComponent:
Returns the value for a given calendar unit.
与えられたカレンダー単位に対する値を返します。
NSCalendarUnit
Calendrical units such as year, month, day and hour.
カレンダーに関する単位、例えば年、月、日にちと時刻。
Availability 有効性
Technology
- (void)setValue:(NSInteger
)value
forComponent:(NSCalendarUnit
)unit;
value
The value to set for the unit
component.
unit
構成要素に設定することになる値。
unit
The calendar unit for which to set value
. Do not pass NSCalendar
or NSCalendar
.
それに対してvalue
を設定することになるカレンダー単位。NSCalendar
またはNSCalendar
を渡さないでください。
The value for the given calendar unit. 与えられたカレンダー単位に対する値。
This method allows for component values to be set for an NSCalendar
value.
このメソッドは、複数の構成要素値がある1つのNSCalendar
値に対して設定されることを想定します。
- valueForComponent:
NSCalendarUnit