C# Class Kadr.Controllers.MonthController

Afficher le fichier Open project: UGTU/UGTUKadrProject

Méthodes publiques

Méthode Description
GetMonthName ( int MonthNumber ) : string
GetMonthNumber ( string MonthName ) : int
GetMonthsList ( ) : ArrayList
GetNextMonth ( int CurrentMonth ) : int
GetNextMonthsYear ( int CurrentMonth, int CurrentYear ) : int

Private Methods

Méthode Description
MonthController ( ) : System

Method Details

GetMonthName() public méthode

public GetMonthName ( int MonthNumber ) : string
MonthNumber int
Résultat string

GetMonthNumber() public méthode

public GetMonthNumber ( string MonthName ) : int
MonthName string
Résultat int

GetMonthsList() public méthode

public GetMonthsList ( ) : ArrayList
Résultat System.Collections.ArrayList

GetNextMonth() public méthode

public GetNextMonth ( int CurrentMonth ) : int
CurrentMonth int
Résultat int

GetNextMonthsYear() public méthode

public GetNextMonthsYear ( int CurrentMonth, int CurrentYear ) : int
CurrentMonth int
CurrentYear int
Résultat int