NSCalendar.RangeOfWeekendContainingDate(NSDate, Double, NSDate) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("rangeOfWeekendStartDate:interval:containingDate:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool RangeOfWeekendContainingDate (out Foundation.NSDate weekendStartDate, out double interval, Foundation.NSDate date);
abstract member RangeOfWeekendContainingDate : * * Foundation.NSDate -> bool
override this.RangeOfWeekendContainingDate : * * Foundation.NSDate -> bool
Parameters
- weekendStartDate
- NSDate
- interval
- Double
- date
- NSDate
Returns
- Attributes