Share via


UICalendarSelectionMultiDateDelegate.CanSelectDate Method

Definition

[Foundation.Export("multiDateSelection:canSelectDate:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool CanSelectDate(UIKit.UICalendarSelectionMultiDate selection, Foundation.NSDateComponents dateComponents);
[<Foundation.Export("multiDateSelection:canSelectDate:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CanSelectDate : UIKit.UICalendarSelectionMultiDate * Foundation.NSDateComponents -> bool
override this.CanSelectDate : UIKit.UICalendarSelectionMultiDate * Foundation.NSDateComponents -> bool

Parameters

dateComponents
NSDateComponents

Returns

Implements

Attributes

Applies to