AppointmentRecurrence.WeekOfMonth 属性

定义

获取或设置 一个 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

适用于