Contact.Birthday Property

Definition

Gets or sets the birthday of the contact.

public:
 property Nullable<DateTime> Birthday { Nullable<DateTime> get(); void set(Nullable<DateTime> value); };
public Nullable<DateTime> Birthday { get; set; }
Public Property Birthday As Nullable(Of DateTime)

Property Value

The birthday of the contact.

Applies to