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

    year

    The year that the view belong to.

    month

    The month that the view belong to.

    weeks

    The weeks date under the month, should have six weeks.