C# Class BudgetAnalyser.Engine.NewZealandPublicHolidays

A calaculator that will list New Zealand holidays.
ファイルを表示 Open project: Benrnz/BudgetAnalyser

Public Methods

Method Description
CalculateHolidays ( System.DateTime start, System.DateTime end ) : IEnumerable

Calculate and list New Zealand holidays between two dates.

CalculateHolidaysVerbose ( System.DateTime start, System.DateTime end ) : DateTime>>.IEnumerable

Calculate and list New Zealand holidays between two dates. The return collection contains labeled holidays and their dates.

Method Details

CalculateHolidays() public static method

Calculate and list New Zealand holidays between two dates.
public static CalculateHolidays ( System.DateTime start, System.DateTime end ) : IEnumerable
start System.DateTime
end System.DateTime
return IEnumerable

CalculateHolidaysVerbose() public static method

Calculate and list New Zealand holidays between two dates. The return collection contains labeled holidays and their dates.
public static CalculateHolidaysVerbose ( System.DateTime start, System.DateTime end ) : DateTime>>.IEnumerable
start System.DateTime
end System.DateTime
return DateTime>>.IEnumerable