Partager via


ContactDate.Month Propriété

Définition

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é

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

Mois d’une date importante pour un contact.

Configuration requise pour Windows

Fonctionnalités de l’application
contactsSystem

S’applique à