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

Inheritance: HalfyearTimeRange
Datei anzeigen Open project: debop/NFramework Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
Format ( ITimeFormatter formatter ) : string

Method Details

Format() protected method

protected Format ( ITimeFormatter formatter ) : string
formatter ITimeFormatter
return string

GetHalfyears() public method

public GetHalfyears ( ) : IEnumerable
return IEnumerable

HalfyearRangeCollection() public method

public HalfyearRangeCollection ( System.DateTime moment, int halfyearCount ) : System
moment System.DateTime
halfyearCount int
return System

HalfyearRangeCollection() public method

public HalfyearRangeCollection ( System.DateTime moment, int halfyearCount, ITimeCalendar calendar ) : System
moment System.DateTime
halfyearCount int
calendar ITimeCalendar
return System

HalfyearRangeCollection() public method

public HalfyearRangeCollection ( int year, HalfyearKind halfyear, int halfyearCount ) : System
year int
halfyear HalfyearKind
halfyearCount int
return System

HalfyearRangeCollection() public method

public HalfyearRangeCollection ( int year, HalfyearKind halfyear, int halfyearCount, ITimeCalendar calendar ) : System
year int
halfyear HalfyearKind
halfyearCount int
calendar ITimeCalendar
return System