C# Class Itenso.TimePeriod.MonthRange

Afficher le fichier Open project: jwg4/date-difference

Méthodes publiques

Méthode Description
HasInside ( YearMonth test ) : bool
MonthRange ( YearMonth month ) : System
MonthRange ( YearMonth min, YearMonth max ) : System

Method Details

HasInside() public méthode

public HasInside ( YearMonth test ) : bool
test YearMonth
Résultat bool

MonthRange() public méthode

public MonthRange ( YearMonth month ) : System
month YearMonth
Résultat System

MonthRange() public méthode

public MonthRange ( YearMonth min, YearMonth max ) : System
min YearMonth
max YearMonth
Résultat System