C# Class Itenso.TimePeriod.MonthTimeRange

Inheritance: CalendarTimeRange
Show file Open project: jwg4/date-difference Class Usage Examples

Public Methods

Method Description
GetDays ( ) : ITimePeriodCollection

Protected Methods

Method Description
ComputeHashCode ( ) : int
IsEqual ( object obj ) : bool
MonthTimeRange ( int startYear, YearMonth startMonth, int monthCounth ) : System
MonthTimeRange ( int startYear, YearMonth startMonth, int monthCount, ITimeCalendar calendar ) : System

Private Methods

Method Description
GetPeriodOf ( int year, YearMonth yearMonth, int monthCount ) : TimeRange
HasSameData ( MonthTimeRange comp ) : bool

Method Details

ComputeHashCode() protected method

protected ComputeHashCode ( ) : int
return int

GetDays() public method

public GetDays ( ) : ITimePeriodCollection
return ITimePeriodCollection

IsEqual() protected method

protected IsEqual ( object obj ) : bool
obj object
return bool

MonthTimeRange() protected method

protected MonthTimeRange ( int startYear, YearMonth startMonth, int monthCounth ) : System
startYear int
startMonth YearMonth
monthCounth int
return System

MonthTimeRange() protected method

protected MonthTimeRange ( int startYear, YearMonth startMonth, int monthCount, ITimeCalendar calendar ) : System
startYear int
startMonth YearMonth
monthCount int
calendar ITimeCalendar
return System