You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit adds the new `Calendar.RecurrenceRule` struct that was introduced in
SF-0009. It doesn't implement enumeration of recurrences, that will be done in a
separate commit. Resolves rdar://120559017.
/// A hint to the search algorithm to control the method used for searching for dates.
1062
-
publicenumMatchingPolicy:Sendable{
1062
+
publicenumMatchingPolicy:Sendable,Equatable{
1063
1063
/// If there is no matching time before the end of the next instance of the next higher component to the highest specified component in the `DateComponents` argument, the algorithm will return the next existing time which exists.
1064
1064
///
1065
1065
/// For example, during a daylight saving transition there may be no 2:37am. The result would then be 3:00am, if that does exist.
0 commit comments