Partager via


Élément Exceptions

Collection d’exceptions associées à un calendrier.

<Exceptions>
  <Exception>…</Exception>
</Exceptions>

Éléments parents

Calendar

Éléments enfants

Exception

Occurrences

Minimum : 0

Maximum : 1

Exemple

L’exemple suivant contient des définitions pour deux exceptions de calendrier dans l’élément Exceptions. Le jour de l’année est défini annuellement par le jour du mois (Type = 2). Thanksgiving est défini annuellement par position (Type = 3), où le jour férié est le quatrième (MonthPosition = 3) Jeudi (MonthItem = 7) en novembre (Mois = 10).

<Exceptions>
  <Exception>
    <EnteredByOccurrences>0</EnteredByOccurrences>
    <TimePeriod>
      <FromDate>2007-01-01T00:00:00</FromDate>
      <ToDate>2026-01-01T23:59:00</ToDate>
    </TimePeriod>
    <Occurrences>20</Occurrences>
    <Name>New Year's Day</Name>
    <Type>2</Type>
    <Month>0</Month>
    <MonthDay>1</MonthDay>
    <DayWorking>0</DayWorking>
  </Exception>
  <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>
</Exceptions>

Voir aussi

Concepts

Éléments Calendar et structure XML

Schéma XML de l’élément Calendars