Compartir a través de


ContactDate.Day Propiedad

Definición

Obtiene o establece el día de una fecha importante para un contacto.

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)

Valor de propiedad

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference<unsigned int>

IReference<uint32_t>

El día de una fecha importante para un contacto.

Requisitos de Windows

Características de aplicaciones
contactsSystem

Se aplica a