ABPerson.GetDates Method

Definition

Gets the ABPerson's dates.

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

Returns

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

Applies to

See also