C# Class Itenso.TimePeriod.HalfyearTimeRange

Inheritance: YearCalendarTimeRange
ファイルを表示 Open project: jwg4/date-difference Class Usage Examples

Public Methods

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

Protected Methods

Method Description
ComputeHashCode ( ) : int
HalfyearTimeRange ( int startYear, YearHalfyear startHalfyear, int halfyearCount, ITimeCalendar calendar ) : System
IsEqual ( object obj ) : bool

Private Methods

Method Description
GetPeriodOf ( YearMonth yearMonth, int startYear, YearHalfyear startHalfyear, int halfyearCount ) : TimeRange
HasSameData ( HalfyearTimeRange comp ) : bool

Method Details

ComputeHashCode() protected method

protected ComputeHashCode ( ) : int
return int

GetMonths() public method

public GetMonths ( ) : ITimePeriodCollection
return ITimePeriodCollection

GetQuarters() public method

public GetQuarters ( ) : ITimePeriodCollection
return ITimePeriodCollection

HalfyearTimeRange() protected method

protected HalfyearTimeRange ( int startYear, YearHalfyear startHalfyear, int halfyearCount, ITimeCalendar calendar ) : System
startYear int
startHalfyear YearHalfyear
halfyearCount int
calendar ITimeCalendar
return System

IsEqual() protected method

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