Compartir a través de


AppointmentRecurrence.WeekOfMonth Propiedad

Definición

Obtiene o establece un valor con tipo AppointmentWeekOfMonth que indica la semana del mes para la que se produce la cita. La primera semana es el valor predeterminado.

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

Valor de propiedad

Valor con tipo AppointmentWeekOfMonth que indica la semana del mes para el que se produce la cita.

Requisitos de Windows

Características de aplicaciones
appointmentsSystem

Se aplica a