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

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

Méthodes publiques

Méthode Description
GetHalfyears ( ) : IEnumerable
HalfyearRangeCollection ( System.DateTime moment, int halfyearCount ) : System
HalfyearRangeCollection ( System.DateTime moment, int halfyearCount, ITimeCalendar calendar ) : System
HalfyearRangeCollection ( int year, HalfyearKind halfyear, int halfyearCount ) : System
HalfyearRangeCollection ( int year, HalfyearKind halfyear, int halfyearCount, 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

GetHalfyears() public méthode

public GetHalfyears ( ) : IEnumerable
Résultat IEnumerable

HalfyearRangeCollection() public méthode

public HalfyearRangeCollection ( System.DateTime moment, int halfyearCount ) : System
moment System.DateTime
halfyearCount int
Résultat System

HalfyearRangeCollection() public méthode

public HalfyearRangeCollection ( System.DateTime moment, int halfyearCount, ITimeCalendar calendar ) : System
moment System.DateTime
halfyearCount int
calendar ITimeCalendar
Résultat System

HalfyearRangeCollection() public méthode

public HalfyearRangeCollection ( int year, HalfyearKind halfyear, int halfyearCount ) : System
year int
halfyear HalfyearKind
halfyearCount int
Résultat System

HalfyearRangeCollection() public méthode

public HalfyearRangeCollection ( int year, HalfyearKind halfyear, int halfyearCount, ITimeCalendar calendar ) : System
year int
halfyear HalfyearKind
halfyearCount int
calendar ITimeCalendar
Résultat System