C# Class Itenso.TimePeriod.DayRange

Show file Open project: jwg4/date-difference

Public Methods

Method Description
DayRange ( int day ) : System
DayRange ( int min, int max ) : System
HasInside ( int test ) : bool

Method Details

DayRange() public method

public DayRange ( int day ) : System
day int
return System

DayRange() public method

public DayRange ( int min, int max ) : System
min int
max int
return System

HasInside() public method

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