NSCalendar.RangeOfWeekendContainingDate(NSDate, Double, NSDate) Method

Definition

[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

Applies to