Share via


CSSearchableItemAttributeSet.ImportantDates Property

Definition

Gets or sets an array of important dates for an item.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSDate[]? ImportantDates { [Foundation.Export("importantDates")] get; [Foundation.Export("setImportantDates:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("importantDates")>]
[<set: Foundation.Export("setImportantDates:")>]
member this.ImportantDates : Foundation.NSDate[] with get, set

Property Value

NSDate[]

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to