Recurrence.YearlyPattern Constructeurs
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.
Surcharges
Recurrence.YearlyPattern() |
Initialise une nouvelle instance de la classe Microsoft.Exchange.WebServices.Data.Recurrence.YearlyPattern. |
Recurrence.YearlyPattern(DateTime, Month, Int32) |
Initialise une nouvelle instance de la classe Microsoft.Exchange.WebServices.Data.Recurrence.YearlyPattern. |
Recurrence.YearlyPattern()
Initialise une nouvelle instance de la classe Microsoft.Exchange.WebServices.Data.Recurrence.YearlyPattern.
public:
YearlyPattern();
public YearlyPattern ();
Public Sub New ()
S’applique à
Recurrence.YearlyPattern(DateTime, Month, Int32)
Initialise une nouvelle instance de la classe Microsoft.Exchange.WebServices.Data.Recurrence.YearlyPattern.
public:
YearlyPattern(DateTime startDate, Microsoft::Exchange::WebServices::Data::Month month, int dayOfMonth);
public YearlyPattern (DateTime startDate, Microsoft.Exchange.WebServices.Data.Month month, int dayOfMonth);
Paramètres
- startDate
- DateTime
Date et heure de début de la périodicité.
- month
- Month
Mois de l’année où chaque occurrence se produit.
- dayOfMonth
- Int32
Jour du mois où chaque occurrence se produit.