Share via


UICalendarSelectionWeekOfYearDelegate.DidSelectWeekOfYear Method

Definition

[Foundation.Export("weekOfYearSelection:didSelectWeekOfYear:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidSelectWeekOfYear(UIKit.UICalendarSelectionWeekOfYear selection, Foundation.NSDateComponents? weekOfYearComponents);
[<Foundation.Export("weekOfYearSelection:didSelectWeekOfYear:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidSelectWeekOfYear : UIKit.UICalendarSelectionWeekOfYear * Foundation.NSDateComponents -> unit
override this.DidSelectWeekOfYear : UIKit.UICalendarSelectionWeekOfYear * Foundation.NSDateComponents -> unit

Parameters

weekOfYearComponents
NSDateComponents

Implements

Attributes

Applies to