C# Class Itenso.TimePeriod.Year

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

Méthodes publiques

Méthode Description
AddYears ( int count ) : Year
GetNextYear ( ) : Year
GetPreviousYear ( ) : Year
Year ( ) : System
Year ( System.DateTime moment ) : System
Year ( System.DateTime moment, ITimeCalendar calendar ) : System
Year ( ITimeCalendar calendar ) : System
Year ( int year ) : System
Year ( int year, ITimeCalendar calendar ) : System

Méthodes protégées

Méthode Description
Format ( ITimeFormatter formatter ) : string

Method Details

AddYears() public méthode

public AddYears ( int count ) : Year
count int
Résultat Year

Format() protected méthode

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

GetNextYear() public méthode

public GetNextYear ( ) : Year
Résultat Year

GetPreviousYear() public méthode

public GetPreviousYear ( ) : Year
Résultat Year

Year() public méthode

public Year ( ) : System
Résultat System

Year() public méthode

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

Year() public méthode

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

Year() public méthode

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

Year() public méthode

public Year ( int year ) : System
year int
Résultat System

Year() public méthode

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