MH: VereinZurIntegrationChemnitz Fronleichnam raus

SupportOID=168633
This commit is contained in:
2026-07-21 10:17:44 +02:00
parent d110afa147
commit ccee1cef57
2 changed files with 1 additions and 5 deletions

View File

@@ -16,10 +16,6 @@ namespace VereinZurIntegrationChemnitz.Service
{
List<FeiertagDC> list = base.GetFeiertage(year, bundesland);
// Claude: Fronleichnam als vollen Feiertag ergänzen (60 Tage nach Ostersonntag).
DateTime osterSonntag = GetOsterSonntag(year);
list.Add(new FeiertagDC { Datum = osterSonntag.AddDays(60), Name = "Fronleichnam" });
// Claude: Silvester als vollen Feiertag ergänzen. Heilig Abend kommt bereits
// aus der Basis (ebenfalls voll), daher hier nicht erneut hinzufügen.
list.Add(new FeiertagDC { Datum = new DateTime(year, 12, 31), Name = "Silvester" });

View File

@@ -4,7 +4,7 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{EA969934-60A6-459F-A07C-1CF537ED775E}</ProjectGuid>
<ProjectGuid>{C1FED668-ADB9-47E0-B589-1389618E1B6E}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>VereinZurIntegrationChemnitz</RootNamespace>