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
|