ContactDate.Day 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定連絡人重要日期的日期。
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)
屬性值
連絡人重要日期的日期。
Windows 需求
應用程式功能 |
contactsSystem
|