ExclusionDate
public struct ExclusionDate
                - 
                  
                  
All exclusion dates.
Declaration
Swift
public fileprivate(set) var dates: [Date] { get } - 
                  
                  
The component of ExclusionDate, used to decide which exdate will be excluded.
Declaration
Swift
public fileprivate(set) var component: Calendar.Component! { get } - 
                  
                  
Declaration
Swift
public init(dates: [Date], granularity component: Calendar.Component) - 
                  
                  
Declaration
Swift
public init?(exdateString string: String, granularity component: Calendar.Component) - 
                  
                  
Declaration
Swift
public func toExDateString() -> String? 
      ExclusionDate Structure Reference