C# Class Itenso.TimePeriod.Halfyears

Inheritance: HalfyearTimeRange
Show file Open project: jwg4/date-difference Class Usage Examples

Public Methods

Method Description
GetHalfyears ( ) : ITimePeriodCollection
Halfyears ( System.DateTime moment, YearHalfyear startHalfyear, int count ) : System
Halfyears ( System.DateTime moment, YearHalfyear startHalfyear, int count, ITimeCalendar calendar ) : System
Halfyears ( int startYear, YearHalfyear startHalfyear, int halfyearCount ) : System
Halfyears ( int startYear, YearHalfyear startHalfyear, 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 ( ) : ITimePeriodCollection
return ITimePeriodCollection

Halfyears() public method

public Halfyears ( System.DateTime moment, YearHalfyear startHalfyear, int count ) : System
moment System.DateTime
startHalfyear YearHalfyear
count int
return System

Halfyears() public method

public Halfyears ( System.DateTime moment, YearHalfyear startHalfyear, int count, ITimeCalendar calendar ) : System
moment System.DateTime
startHalfyear YearHalfyear
count int
calendar ITimeCalendar
return System

Halfyears() public method

public Halfyears ( int startYear, YearHalfyear startHalfyear, int halfyearCount ) : System
startYear int
startHalfyear YearHalfyear
halfyearCount int
return System

Halfyears() public method

public Halfyears ( int startYear, YearHalfyear startHalfyear, int halfyearCount, ITimeCalendar calendar ) : System
startYear int
startHalfyear YearHalfyear
halfyearCount int
calendar ITimeCalendar
return System