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

value(for:)

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

Declaration 宣言

func value(for component: Calendar.Component) -> Int?

Discussion 議論

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

See Also 参照

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