Structure
Month
public struct Month: Hashable, Comparable
Relationships
Conforms To
Comparable
Hashable
Initializers
init(year:month:)
public init(year: Int, month: Int)
Properties
year
var year: Int
month
var month: Int