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

setValue(_:for:)

Set the value of one of the properties, using an enumeration value instead of a property name. プロパティの1つの値を設定します、プロパティ名ではなく列挙値を使っています。

Declaration 宣言

mutating func setValue(_ value: Int?, for component: Calendar.Component)

Discussion 議論

The calendar and timeZone and isLeapMonth properties cannot be set by this method. カレンダーとタイムゾーンとisLeapMonthプロパティは、このメソッドによって設定できません。

See Also 参照

Accessing Calendar Components カレンダー構成要素にアクセスする