C# Class Itenso.TimePeriod.Halfyear

Inheritance: HalfyearTimeRange
Afficher le fichier Open project: jwg4/date-difference Class Usage Examples

Méthodes publiques

Méthode Description
AddHalfyears ( int count ) : Halfyear
GetNextHalfyear ( ) : Halfyear
GetPreviousHalfyear ( ) : Halfyear
Halfyear ( ) : System
Halfyear ( System.DateTime moment ) : System
Halfyear ( System.DateTime moment, ITimeCalendar calendar ) : System
Halfyear ( ITimeCalendar calendar ) : System
Halfyear ( int year, YearHalfyear yearHalfyear ) : System
Halfyear ( int year, YearHalfyear yearHalfyear, ITimeCalendar calendar ) : System

Méthodes protégées

Méthode Description
Format ( ITimeFormatter formatter ) : string

Method Details

AddHalfyears() public méthode

public AddHalfyears ( int count ) : Halfyear
count int
Résultat Halfyear

Format() protected méthode

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

GetNextHalfyear() public méthode

public GetNextHalfyear ( ) : Halfyear
Résultat Halfyear

GetPreviousHalfyear() public méthode

public GetPreviousHalfyear ( ) : Halfyear
Résultat Halfyear

Halfyear() public méthode

public Halfyear ( ) : System
Résultat System

Halfyear() public méthode

public Halfyear ( System.DateTime moment ) : System
moment System.DateTime
Résultat System

Halfyear() public méthode

public Halfyear ( System.DateTime moment, ITimeCalendar calendar ) : System
moment System.DateTime
calendar ITimeCalendar
Résultat System

Halfyear() public méthode

public Halfyear ( ITimeCalendar calendar ) : System
calendar ITimeCalendar
Résultat System

Halfyear() public méthode

public Halfyear ( int year, YearHalfyear yearHalfyear ) : System
year int
yearHalfyear YearHalfyear
Résultat System

Halfyear() public méthode

public Halfyear ( int year, YearHalfyear yearHalfyear, ITimeCalendar calendar ) : System
year int
yearHalfyear YearHalfyear
calendar ITimeCalendar
Résultat System