heiglandreas/holidayChecker

View on GitHub
share/fr_CA.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8" ?>
<holidays xmlns="https://heigl.org/holidays"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="https://heigl.org/holidays https://heigl.org/xml/xsd/holidays.xsd"
>
    <date day="1" month="1" free="true">Jour de l'An</date>
    <easter offset="-3" free="true">Vendredi saint</easter>
    <date day="1" month="7" free="true">Fête du Canada</date>
    <relative day="31" month="8" relation="next monday" free="true" comment="First Monday in September">Fête du travail</relative>
    <date day="25" month="12" free="true">Noël</date>
    <resources>
        <resource href="https://en.wikipedia.org/wiki/Public_holidays_in_Canada" lastChecked="2020-12-27">Wikipedia</resource>
    </resources>
</holidays>