func setValue (Int, forComponent : NSCalendar.Unit)
Sets a value for a given calendar unit.
与えられたカレンダー単位に対する値を設定します。
struct NSCalendar.Unit
Calendrical units such as year, month, day and hour.
カレンダーに関する単位、例えば年、月、日にちと時刻。
Availability 有効性
Technology
func value(forComponent unit: NSCalendar
.Unit
) -> Int
unit
The value for the given calendar unit. 与えられたカレンダー単位に対する値。
This method allows for component values to be retrieved for an NSCalendar
value.
このメソッドは、複数の構成要素値がある1つのNSCalendar
値に対して回収されることを想定します。
func setValue (Int, forComponent : NSCalendar.Unit)
struct NSCalendar.Unit