AppointmentRecurrence.WeekOfMonth Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur de type AppointmentWeekOfMonth qui indique la semaine du mois pour laquelle le rendez-vous a lieu. La première semaine est la valeur par défaut.
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
Valeur de propriété
Valeur de type AppointmentWeekOfMonth qui indique la semaine du mois pour laquelle le rendez-vous a lieu.
Configuration requise pour Windows
Fonctionnalités de l’application |
appointmentsSystem
|