C# Class Itenso.TimePeriod.Years

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

Méthodes publiques

Méthode Description
GetYears ( ) : ITimePeriodCollection
Years ( System.DateTime moment, int count ) : System
Years ( System.DateTime moment, int count, ITimeCalendar calendar ) : System
Years ( int year, int count ) : System
Years ( int year, int count, 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

GetYears() public méthode

public GetYears ( ) : ITimePeriodCollection
Résultat ITimePeriodCollection

Years() public méthode

public Years ( System.DateTime moment, int count ) : System
moment System.DateTime
count int
Résultat System

Years() public méthode

public Years ( System.DateTime moment, int count, ITimeCalendar calendar ) : System
moment System.DateTime
count int
calendar ITimeCalendar
Résultat System

Years() public méthode

public Years ( int year, int count ) : System
year int
count int
Résultat System

Years() public méthode

public Years ( int year, int count, ITimeCalendar calendar ) : System
year int
count int
calendar ITimeCalendar
Résultat System