File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Sources/FoundationEssentials/Calendar Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -507,13 +507,13 @@ extension Calendar {
507
507
}
508
508
509
509
// Returns nil if there was no result. It's up to the caller to decide what to do about that (try again, or cancel).
510
- internal func _enumerateDatesStep( startingAfter start: Date ,
511
- matching matchingComponents: DateComponents ,
512
- matchingPolicy: MatchingPolicy ,
513
- repeatedTimePolicy: RepeatedTimePolicy ,
514
- direction: SearchDirection ,
515
- inSearchingDate searchingDate: Date ,
516
- previouslyReturnedMatchDate: Date ? ) throws -> SearchStepResult {
510
+ fileprivate func _enumerateDatesStep( startingAfter start: Date ,
511
+ matching matchingComponents: DateComponents ,
512
+ matchingPolicy: MatchingPolicy ,
513
+ repeatedTimePolicy: RepeatedTimePolicy ,
514
+ direction: SearchDirection ,
515
+ inSearchingDate searchingDate: Date ,
516
+ previouslyReturnedMatchDate: Date ? ) throws -> SearchStepResult {
517
517
518
518
// Step A: Call helper method that does the searching
519
519
You can’t perform that action at this time.
0 commit comments