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