CalendarMonthModel
public struct CalendarMonthModel : Hashable
The date model of the calendar month view.
-
The initializer of calendar month model
Declaration
Swift
public init(year: Int, month: Int, weeks: [CalendarWeekInfo])Parameters
yearThe year that the view belong to.
monthThe month that the view belong to.
weeksThe weeks date under the month, should have six weeks.