ContactItemType.Birthday Property

Definition

The Birthday property gets or sets an instance of the DateTime structure that represents the birthday of the contact.

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

Property Value

The Birthday property returns a DateTime structure that represents the birthday of the contact.

Remarks

If this property is set, the BirthdaySpecified property must be set to true so that this property is added to the Web service request.

Applies to