C# Class Itenso.TimePeriod.MonthRange

Mostra file Open project: jwg4/date-difference

Public Methods

Method Description
HasInside ( YearMonth test ) : bool
MonthRange ( YearMonth month ) : System
MonthRange ( YearMonth min, YearMonth max ) : System

Method Details

HasInside() public method

public HasInside ( YearMonth test ) : bool
test YearMonth
return bool

MonthRange() public method

public MonthRange ( YearMonth month ) : System
month YearMonth
return System

MonthRange() public method

public MonthRange ( YearMonth min, YearMonth max ) : System
min YearMonth
max YearMonth
return System