C# Class Itenso.TimePeriod.YearTimeRange

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

Public Methods

Method Description
GetHalfyears ( ) : ITimePeriodCollection
GetMonths ( ) : ITimePeriodCollection
GetQuarters ( ) : ITimePeriodCollection

Protected Methods

Method Description
ComputeHashCode ( ) : int
IsEqual ( object obj ) : bool
YearTimeRange ( int startYear, int yearCount, ITimeCalendar calendar ) : System

Private Methods

Method Description
GetPeriodOf ( YearMonth yearMonth, int year, int yearCount ) : TimeRange
HasSameData ( YearTimeRange comp ) : bool

Method Details

ComputeHashCode() protected method

protected ComputeHashCode ( ) : int
return int

GetHalfyears() public method

public GetHalfyears ( ) : ITimePeriodCollection
return ITimePeriodCollection

GetMonths() public method

public GetMonths ( ) : ITimePeriodCollection
return ITimePeriodCollection

GetQuarters() public method

public GetQuarters ( ) : ITimePeriodCollection
return ITimePeriodCollection

IsEqual() protected method

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

YearTimeRange() protected method

protected YearTimeRange ( int startYear, int yearCount, ITimeCalendar calendar ) : System
startYear int
yearCount int
calendar ITimeCalendar
return System