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
/// - parameter date: The absolute time for which the calculation is performed.
395
395
/// - returns: The range of absolute time values smaller can take on in larger at the time specified by date. Returns `nil` if larger is not logically bigger than smaller in the calendar, or the given combination of components does not make sense (or is a computation which is undefined).
396
396
publicfunc range(of smaller:Component, in larger:Component, for date:Date)->Range<Int>?{
0 commit comments