Share via


UICalendarSelectionMultiDateDelegate.DidSelectDate Method

Definition

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

Parameters

dateComponents
NSDateComponents

Implements

Attributes

Applies to