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

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

Méthodes publiques

Méthode Description
GetMonths ( ) : IEnumerable
MonthRangeCollection ( System.DateTime moment, int monthCount ) : System
MonthRangeCollection ( System.DateTime moment, int monthCount, ITimeCalendar calendar ) : System
MonthRangeCollection ( int year, int month, int monthCount ) : System
MonthRangeCollection ( int year, int month, int monthCount, 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

GetMonths() public méthode

public GetMonths ( ) : IEnumerable
Résultat IEnumerable

MonthRangeCollection() public méthode

public MonthRangeCollection ( System.DateTime moment, int monthCount ) : System
moment System.DateTime
monthCount int
Résultat System

MonthRangeCollection() public méthode

public MonthRangeCollection ( System.DateTime moment, int monthCount, ITimeCalendar calendar ) : System
moment System.DateTime
monthCount int
calendar ITimeCalendar
Résultat System

MonthRangeCollection() public méthode

public MonthRangeCollection ( int year, int month, int monthCount ) : System
year int
month int
monthCount int
Résultat System

MonthRangeCollection() public méthode

public MonthRangeCollection ( int year, int month, int monthCount, ITimeCalendar calendar ) : System
year int
month int
monthCount int
calendar ITimeCalendar
Résultat System