CalendarPropertyRef

public enum CalendarPropertyRef

Calendar property reference, used to set the color of calendar item in different state, only support foregroundColor.

  • The day text of one date.

    Declaration

    Swift

    case title
  • The month header text.

    Declaration

    Swift

    case monthHeaderText
  • The week label text.

    Declaration

    Swift

    case weekDayText
  • The week number text.

    Declaration

    Swift

    case weekNumberText