C# Class Kadr.Controllers.MonthController

Mostra file Open project: UGTU/UGTUKadrProject

Public Methods

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

Private Methods

Method Description
MonthController ( ) : System

Method Details

GetMonthName() public method

public GetMonthName ( int MonthNumber ) : string
MonthNumber int
return string

GetMonthNumber() public method

public GetMonthNumber ( string MonthName ) : int
MonthName string
return int

GetMonthsList() public method

public GetMonthsList ( ) : ArrayList
return System.Collections.ArrayList

GetNextMonth() public method

public GetNextMonth ( int CurrentMonth ) : int
CurrentMonth int
return int

GetNextMonthsYear() public method

public GetNextMonthsYear ( int CurrentMonth, int CurrentYear ) : int
CurrentMonth int
CurrentYear int
return int