C# Class BudgetAnalyser.Engine.NewZealandPublicHolidays.IndexDayHoliday

A holiday that occurs on a certain day of the week and at a certain indexed week in the month. For example: Queen's birthday is celebrated on the first Monday of June.
Inheritance: Holiday
ファイルを表示 Open project: Benrnz/BudgetAnalyser

Public Methods

Method Description
CalculateDate ( System.DateTime start, System.DateTime end ) : System.DateTime

Private Methods

Method Description
ProposeDate ( int year ) : System.DateTime

Method Details

CalculateDate() public method

public CalculateDate ( System.DateTime start, System.DateTime end ) : System.DateTime
start System.DateTime
end System.DateTime
return System.DateTime