ContactDate.Month 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.
Obtient ou définit le mois d’une date importante pour un contact.
public:
property IReference<unsigned int> ^ Month { IReference<unsigned int> ^ get(); void set(IReference<unsigned int> ^ value); };
IReference<uint32_t> Month();
void Month(IReference<uint32_t> value);
public System.Nullable<uint> Month { get; set; }
var iReference = contactDate.month;
contactDate.month = iReference;
Public Property Month As Nullable(Of UInteger)
Valeur de propriété
Mois d’une date importante pour un contact.
Configuration requise pour Windows
Fonctionnalités de l’application |
contactsSystem
|