C# Class Itenso.TimePeriod.HalfyearTimeRange

Inheritance: YearCalendarTimeRange
Afficher le fichier Open project: jwg4/date-difference Class Usage Examples

Méthodes publiques

Méthode Description
GetMonths ( ) : ITimePeriodCollection
GetQuarters ( ) : ITimePeriodCollection

Méthodes protégées

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

Private Methods

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

Method Details

ComputeHashCode() protected méthode

protected ComputeHashCode ( ) : int
Résultat int

GetMonths() public méthode

public GetMonths ( ) : ITimePeriodCollection
Résultat ITimePeriodCollection

GetQuarters() public méthode

public GetQuarters ( ) : ITimePeriodCollection
Résultat ITimePeriodCollection

HalfyearTimeRange() protected méthode

protected HalfyearTimeRange ( int startYear, YearHalfyear startHalfyear, int halfyearCount, ITimeCalendar calendar ) : System
startYear int
startHalfyear YearHalfyear
halfyearCount int
calendar ITimeCalendar
Résultat System

IsEqual() protected méthode

protected IsEqual ( object obj ) : bool
obj object
Résultat bool