MH: VereinZurIntegrationChemnitz Fronleichnam raus
SupportOID=168633
This commit is contained in:
@@ -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" });
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user