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

Inheritance: YearTimeRange
Afficher le fichier Open project: debop/NFramework Class Usage Examples

Méthodes publiques

Méthode Description
GetYears ( ) : IEnumerable
YearRangeCollection ( System.DateTime moment, int yearCount ) : System
YearRangeCollection ( System.DateTime moment, int yearCount, ITimeCalendar calendar ) : System
YearRangeCollection ( int year, int yearCount ) : System
YearRangeCollection ( int year, int yearCount, ITimeCalendar calendar ) : System

Méthodes protégées

Méthode Description
Format ( ITimeFormatter formatter ) : string

Method Details

Format() protected méthode

protected Format ( ITimeFormatter formatter ) : string
formatter ITimeFormatter
Résultat string

GetYears() public méthode

public GetYears ( ) : IEnumerable
Résultat IEnumerable

YearRangeCollection() public méthode

public YearRangeCollection ( System.DateTime moment, int yearCount ) : System
moment System.DateTime
yearCount int
Résultat System

YearRangeCollection() public méthode

public YearRangeCollection ( System.DateTime moment, int yearCount, ITimeCalendar calendar ) : System
moment System.DateTime
yearCount int
calendar ITimeCalendar
Résultat System

YearRangeCollection() public méthode

public YearRangeCollection ( int year, int yearCount ) : System
year int
yearCount int
Résultat System

YearRangeCollection() public méthode

public YearRangeCollection ( int year, int yearCount, ITimeCalendar calendar ) : System
year int
yearCount int
calendar ITimeCalendar
Résultat System