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

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

Méthodes publiques

Méthode Description
GetHashCode ( ) : int
GetMonths ( ) : IEnumerable

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

GetQuarters ( ) : IEnumerable

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

Méthodes protégées

Méthode Description
HalfyearTimeRange ( int startYear, HalfyearKind startHalfyearKind, int halfyearCount, ITimeCalendar calendar ) : System

Private Methods

Méthode Description
GetPeriodOf ( int baseMonth, int year, HalfyearKind halfyear, int halfyearCount ) : TimeRange

Method Details

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetMonths() public méthode

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

GetQuarters() public méthode

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

HalfyearTimeRange() protected méthode

protected HalfyearTimeRange ( int startYear, HalfyearKind startHalfyearKind, int halfyearCount, ITimeCalendar calendar ) : System
startYear int
startHalfyearKind HalfyearKind
halfyearCount int
calendar ITimeCalendar
Résultat System