NSCalendar.FindNextWeekend(NSDate, Double, NSCalendarOptions, NSDate) Method

Definition

[Foundation.Export("nextWeekendStartDate:interval:options:afterDate:")]
[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 FindNextWeekend (out Foundation.NSDate date, out double interval, Foundation.NSCalendarOptions options, Foundation.NSDate afterDate);
abstract member FindNextWeekend :  *  * Foundation.NSCalendarOptions * Foundation.NSDate -> bool
override this.FindNextWeekend :  *  * Foundation.NSCalendarOptions * Foundation.NSDate -> bool

Parameters

date
NSDate
interval
Double
afterDate
NSDate

Returns

Attributes

Applies to