Élément MonthPosition
Position d’un élément de mois au cours d’un mois.
<MonthPosition>
IntegerValue
</MonthPosition>
Éléments parents
Occurrences
Minimum : 0 Maximum : 1 |
Valeur de texte
Une valeur texte de type integer est requise.
Valeur |
Description |
---|---|
0 |
Première position |
1 |
Deuxième position |
2 |
Troisième position |
3 |
Quatrième position |
4 |
Dernière position |
Exemple
Dans l’exemple suivant, l’élément MonthPosition spécifie que l’exception nommée Thanksgiving se produit le quatrième jeudi du mois de novembre.
<Exception>
<EnteredByOccurrences>0</EnteredByOccurrences>
<TimePeriod>
<FromDate>2007-11-22T00:00:00</FromDate>
<ToDate>2026-11-30T23:59:00</ToDate>
</TimePeriod>
<Occurrences>20</Occurrences>
<Name>Thanksgiving</Name>
<Type>3</Type>
<Month>10</Month>
<MonthItem>7</MonthItem>
<MonthPosition>3</MonthPosition>
<DayWorking>0</DayWorking>
</Exception>