Share via


IUICalendarSelectionSingleDateDelegate.DidSelectDate Method

Definition

[Foundation.Export("dateSelection:didSelectDate:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidSelectDate(UIKit.UICalendarSelectionSingleDate selection, Foundation.NSDateComponents? dateComponents);
[<Foundation.Export("dateSelection:didSelectDate:")>]
[<Foundation.RequiredMember>]
[<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
Attributes

Applies to