ContactDate.Year Property

Definition

Gets or sets the year for an important date for a contact. This value must be convertible to a FILETIME structure.

public:
 property IReference<int> ^ Year { IReference<int> ^ get(); void set(IReference<int> ^ value); };
IReference<int> Year();

void Year(IReference<int> value);
public System.Nullable<int> Year { get; set; }
var iReference = contactDate.year;
contactDate.year = iReference;
Public Property Year As Nullable(Of Integer)

Property Value

The year for an important date for a contact. This value must be convertible to a FILETIME structure.

Windows requirements

App capabilities
contactsSystem

Applies to