func value(for: Calendar.Component) -> Int?
Returns the value of one of the properties, using an enumeration value instead of a property name.
プロパティの1つの値を返します、プロパティ名ではなく列挙値を使っています。
enum Calendar.Component
An enumeration for the various components of a calendar date.
あるカレンダー日付の様々な構成要素に対する列挙。