C# Class java.util.Calendar_

Inheritance: java.util.Calendar
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
add ( int arg0, int arg1 ) : void
getGreatestMinimum ( int arg0 ) : int
getLeastMaximum ( int arg0 ) : int
getMaximum ( int arg0 ) : int
getMinimum ( int arg0 ) : int
roll ( int arg0, bool arg1 ) : void

Méthodes protégées

Méthode Description
computeFields ( ) : void
computeTime ( ) : void

Private Methods

Méthode Description
Calendar_ ( )
Calendar_ ( global @__env )

Method Details

add() public méthode

public add ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Résultat void

computeFields() protected méthode

protected computeFields ( ) : void
Résultat void

computeTime() protected méthode

protected computeTime ( ) : void
Résultat void

getGreatestMinimum() public méthode

public getGreatestMinimum ( int arg0 ) : int
arg0 int
Résultat int

getLeastMaximum() public méthode

public getLeastMaximum ( int arg0 ) : int
arg0 int
Résultat int

getMaximum() public méthode

public getMaximum ( int arg0 ) : int
arg0 int
Résultat int

getMinimum() public méthode

public getMinimum ( int arg0 ) : int
arg0 int
Résultat int

roll() public méthode

public roll ( int arg0, bool arg1 ) : void
arg0 int
arg1 bool
Résultat void