Condividi tramite


AppointmentRecurrence.WeekOfMonth Proprietà

Definizione

Ottiene o imposta un valore Di tipo AppointmentWeekOfMonth che indica la settimana del mese per cui si verifica l'appuntamento. La prima settimana è l'impostazione predefinita.

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

Valore della proprietà

Valore Di tipo AppointmentWeekOfMonth che indica la settimana del mese per cui si verifica l'appuntamento.

Requisiti Windows

Funzionalità dell'app
appointmentsSystem

Si applica a