次の方法で共有


ContactDate.Day プロパティ

定義

連絡先の重要な日付の日付を取得または設定します。

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)

プロパティ値

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

連絡先の重要な日付の日。

Windows の要件

アプリの機能
contactsSystem

適用対象