AppointmentRecurrence.Day 属性

定义

获取或设置约会发生的日期。 Day 的类型为 UInt32,默认值为 1,可以是 1 到 31 的值。

public:
 property unsigned int Day { unsigned int get(); void set(unsigned int value); };
uint32_t Day();

void Day(uint32_t value);
public uint Day { get; set; }
var uInt32 = appointmentRecurrence.day;
appointmentRecurrence.day = uInt32;
Public Property Day As UInteger

属性值

UInt32

unsigned int

uint32_t

约会发生日期。

Windows 要求

应用功能
appointmentsSystem

适用于