Share via


UICalendarSelectionSingleDateDelegate.CanSelectDate Method

Definition

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

Parameters

dateComponents
NSDateComponents

Returns

Implements

Attributes

Applies to