C# Class System.Globalization.CCEastAsianLunisolarEraHandler.Era

Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Méthode Description
Covers ( int date ) : bool
Era ( int nr, int start, int end ) : System.Collections
EraYear ( int &era, int date ) : int
GregorianYear ( int year ) : int

Method Details

Covers() public méthode

public Covers ( int date ) : bool
date int
Résultat bool

Era() public méthode

public Era ( int nr, int start, int end ) : System.Collections
nr int
start int
end int
Résultat System.Collections

EraYear() public méthode

public EraYear ( int &era, int date ) : int
era int
date int
Résultat int

GregorianYear() public méthode

public GregorianYear ( int year ) : int
year int
Résultat int