ContactDate.Year Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
Valeur de propriété
Année d’une date importante pour un contact. Cette valeur doit être convertible en structure FILETIME .
Configuration requise pour Windows
Fonctionnalités de l’application |
contactsSystem
|