Share via


UICalendarSelectionSingleDateDelegate.DidSelectDate Method

Definition

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

Parameters

dateComponents
NSDateComponents

Implements

Attributes

Applies to