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