AppointmentRecurrence.WeekOfMonth Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
|