ContactDate.Year Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|