AppointmentRecurrence.WeekOfMonth 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 一个 AppointmentWeekOfMonth 类型的值,该值指示发生约会的月份中的星期。 第一周是默认值。
public:
property AppointmentWeekOfMonth WeekOfMonth { AppointmentWeekOfMonth get(); void set(AppointmentWeekOfMonth value); };
AppointmentWeekOfMonth WeekOfMonth();
void WeekOfMonth(AppointmentWeekOfMonth value);
public AppointmentWeekOfMonth WeekOfMonth { get; set; }
var appointmentWeekOfMonth = appointmentRecurrence.weekOfMonth;
appointmentRecurrence.weekOfMonth = appointmentWeekOfMonth;
Public Property WeekOfMonth As AppointmentWeekOfMonth
属性值
一个 AppointmentWeekOfMonth 类型的值,该值指示发生约会的月份的周。
Windows 要求
应用功能 |
appointmentsSystem
|