Share via


IUICalendarSelectionSingleDateDelegate.CanSelectDate Method

Definition

[Foundation.Export("dateSelection:canSelectDate:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool CanSelectDate(UIKit.UICalendarSelectionSingleDate selection, Foundation.NSDateComponents? dateComponents);
[<Foundation.Export("dateSelection:canSelectDate:")>]
[<Foundation.OptionalMember>]
[<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

Attributes

Applies to