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

Inheritance: YearCalendarTimeRange
Datei anzeigen Open project: debop/NFramework

Public Methods

Method Description
GetHalfyears ( ) : IEnumerable

현 기간에 속한 반기 단위의 기간들을 열거합니다.

GetHashCode ( ) : int
GetMonths ( ) : IEnumerable

Calendar의 Year의 시작 Month부터 제공합니다.

GetQuarters ( ) : IEnumerable

현 기간에 속한 분기들을 열거합니다.

Protected Methods

Method Description
YearTimeRange ( System.DateTime moment, int yearCount, ITimeCalendar calendar ) : System
YearTimeRange ( int startYear, int yearCount, ITimeCalendar calendar ) : System

Private Methods

Method Description
GetPeriodOf ( int month, int year, int yearCount ) : TimeRange

Method Details

GetHalfyears() public method

현 기간에 속한 반기 단위의 기간들을 열거합니다.
public GetHalfyears ( ) : IEnumerable
return IEnumerable

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetMonths() public method

Calendar의 Year의 시작 Month부터 제공합니다.
public GetMonths ( ) : IEnumerable
return IEnumerable

GetQuarters() public method

현 기간에 속한 분기들을 열거합니다.
public GetQuarters ( ) : IEnumerable
return IEnumerable

YearTimeRange() protected method

protected YearTimeRange ( System.DateTime moment, int yearCount, ITimeCalendar calendar ) : System
moment System.DateTime
yearCount int
calendar ITimeCalendar
return System

YearTimeRange() protected method

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