C# Class NSoft.NFramework.TimePeriods.TimeRanges.HalfyearTimeRange

Inheritance: YearCalendarTimeRange
Mostrar archivo Open project: debop/NFramework

Public Methods

Method Description
GetHashCode ( ) : int
GetMonths ( ) : IEnumerable

기간에 속한 모든 Month를 컬렉션으로 반환합니다.

GetQuarters ( ) : IEnumerable

기간에 속한 모든 분기를 컬렉션으로 반환합니다.

Protected Methods

Method Description
HalfyearTimeRange ( int startYear, HalfyearKind startHalfyearKind, int halfyearCount, ITimeCalendar calendar ) : System

Private Methods

Method Description
GetPeriodOf ( int baseMonth, int year, HalfyearKind halfyear, int halfyearCount ) : TimeRange

Method Details

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetMonths() public method

기간에 속한 모든 Month를 컬렉션으로 반환합니다.
public GetMonths ( ) : IEnumerable
return IEnumerable

GetQuarters() public method

기간에 속한 모든 분기를 컬렉션으로 반환합니다.
public GetQuarters ( ) : IEnumerable
return IEnumerable

HalfyearTimeRange() protected method

protected HalfyearTimeRange ( int startYear, HalfyearKind startHalfyearKind, int halfyearCount, ITimeCalendar calendar ) : System
startYear int
startHalfyearKind HalfyearKind
halfyearCount int
calendar ITimeCalendar
return System