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

Inheritance: YearCalendarTimeRange
Afficher le fichier Open project: debop/NFramework

Méthodes publiques

Méthode Description
GetHalfyears ( ) : IEnumerable

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

GetHashCode ( ) : int
GetMonths ( ) : IEnumerable

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

GetQuarters ( ) : IEnumerable

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

Méthodes protégées

Méthode Description
YearTimeRange ( System.DateTime moment, int yearCount, ITimeCalendar calendar ) : System
YearTimeRange ( int startYear, int yearCount, ITimeCalendar calendar ) : System

Private Methods

Méthode Description
GetPeriodOf ( int month, int year, int yearCount ) : TimeRange

Method Details

GetHalfyears() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetMonths() public méthode

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

GetQuarters() public méthode

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

YearTimeRange() protected méthode

protected YearTimeRange ( System.DateTime moment, int yearCount, ITimeCalendar calendar ) : System
moment System.DateTime
yearCount int
calendar ITimeCalendar
Résultat System

YearTimeRange() protected méthode

protected YearTimeRange ( int startYear, int yearCount, ITimeCalendar calendar ) : System
startYear int
yearCount int
calendar ITimeCalendar
Résultat System