Partage via


ContactDate.Day Propriété

Définition

Obtient ou définit le jour d’une date importante pour un contact.

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

void Day(IReference<uint32_t> value);
public System.Nullable<uint> Day { get; set; }
var iReference = contactDate.day;
contactDate.day = iReference;
Public Property Day As Nullable(Of UInteger)

Valeur de propriété

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

Jour d’une date importante pour un contact.

Configuration requise pour Windows

Fonctionnalités de l’application
contactsSystem

S’applique à