ABPerson.SetDates(ABMultiValue<NSDate>) Method

Definition

Sets the ABPerson's new dates.

public void SetDates(AddressBook.ABMultiValue<Foundation.NSDate>? value);
member this.SetDates : AddressBook.ABMultiValue<Foundation.NSDate> -> unit

Parameters

value
ABMultiValue<NSDate>

A ABMultiValue<T> of NSDate containing the ABPerson's new dates.

Applies to

See also