C# Class Itenso.TimePeriod.YearTimeRange

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
ComputeHashCode ( ) : int
IsEqual ( object obj ) : bool
YearTimeRange ( int startYear, int yearCount, ITimeCalendar calendar ) : System

Private Methods

Méthode Description
GetPeriodOf ( YearMonth yearMonth, int year, int yearCount ) : TimeRange
HasSameData ( YearTimeRange comp ) : bool

Method Details

ComputeHashCode() protected méthode

protected ComputeHashCode ( ) : int
Résultat int

GetHalfyears() public méthode

public GetHalfyears ( ) : ITimePeriodCollection
Résultat ITimePeriodCollection

GetMonths() public méthode

public GetMonths ( ) : ITimePeriodCollection
Résultat ITimePeriodCollection

GetQuarters() public méthode

public GetQuarters ( ) : ITimePeriodCollection
Résultat ITimePeriodCollection

IsEqual() protected méthode

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

YearTimeRange() protected méthode

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