Share via


UICalendarSelectionMultiDateDelegate.CanDeselectDate Method

Definition

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

Parameters

dateComponents
NSDateComponents

Returns

Implements

Attributes

Applies to