CreationKit Documentation

Structure Date​Segment​Info

public struct DateSegmentInfo  

Contains the information for visible dates of the calendar.

Properties

indates

public let indates: [(date: Date, indexPath: IndexPath)] 

Visible pre-dates

month​Dates

public let monthDates: [(date: Date, indexPath: IndexPath)] 

Visible month-dates

outdates

public let outdates: [(date: Date, indexPath: IndexPath)] 

Visible post-dates