इसके माध्यम से साझा किया गया


ContactDate.Month Property

Definition

Gets or sets the month for an important date for a 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)

Property Value

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

The month for an important date for a contact.

Windows requirements

App capabilities
contactsSystem

Applies to