Skip to content

Commit 96f8da2

Browse files
authored
Merge pull request #88 from SIkebe/create-pull-request/patch
Update ShukujitsuData.cs
2 parents ddc7772 + 94171b1 commit 96f8da2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/ShukujitsuSharp/ShukujitsuData.cs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,5 +1037,23 @@ public partial class Shukujitsu
10371037
new Shukujitsu(new DateOnly(2025, 11, 3), "文化の日"),
10381038
new Shukujitsu(new DateOnly(2025, 11, 23), "勤労感謝の日"),
10391039
new Shukujitsu(new DateOnly(2025, 11, 24), "休日"),
1040+
new Shukujitsu(new DateOnly(2026, 1, 1), "元日"),
1041+
new Shukujitsu(new DateOnly(2026, 1, 12), "成人の日"),
1042+
new Shukujitsu(new DateOnly(2026, 2, 11), "建国記念の日"),
1043+
new Shukujitsu(new DateOnly(2026, 2, 23), "天皇誕生日"),
1044+
new Shukujitsu(new DateOnly(2026, 3, 20), "春分の日"),
1045+
new Shukujitsu(new DateOnly(2026, 4, 29), "昭和の日"),
1046+
new Shukujitsu(new DateOnly(2026, 5, 3), "憲法記念日"),
1047+
new Shukujitsu(new DateOnly(2026, 5, 4), "みどりの日"),
1048+
new Shukujitsu(new DateOnly(2026, 5, 5), "こどもの日"),
1049+
new Shukujitsu(new DateOnly(2026, 5, 6), "休日"),
1050+
new Shukujitsu(new DateOnly(2026, 7, 20), "海の日"),
1051+
new Shukujitsu(new DateOnly(2026, 8, 11), "山の日"),
1052+
new Shukujitsu(new DateOnly(2026, 9, 21), "敬老の日"),
1053+
new Shukujitsu(new DateOnly(2026, 9, 22), "休日"),
1054+
new Shukujitsu(new DateOnly(2026, 9, 23), "秋分の日"),
1055+
new Shukujitsu(new DateOnly(2026, 10, 12), "スポーツの日"),
1056+
new Shukujitsu(new DateOnly(2026, 11, 3), "文化の日"),
1057+
new Shukujitsu(new DateOnly(2026, 11, 23), "勤労感謝の日"),
10401058
};
10411059
}

0 commit comments

Comments
 (0)