C# 클래스 Kadr.Controllers.MonthController

파일 보기 프로젝트 열기: UGTU/UGTUKadrProject

공개 메소드들

메소드 설명
GetMonthName ( int MonthNumber ) : string
GetMonthNumber ( string MonthName ) : int
GetMonthsList ( ) : ArrayList
GetNextMonth ( int CurrentMonth ) : int
GetNextMonthsYear ( int CurrentMonth, int CurrentYear ) : int

비공개 메소드들

메소드 설명
MonthController ( ) : System

메소드 상세

GetMonthName() 공개 메소드

public GetMonthName ( int MonthNumber ) : string
MonthNumber int
리턴 string

GetMonthNumber() 공개 메소드

public GetMonthNumber ( string MonthName ) : int
MonthName string
리턴 int

GetMonthsList() 공개 메소드

public GetMonthsList ( ) : ArrayList
리턴 System.Collections.ArrayList

GetNextMonth() 공개 메소드

public GetNextMonth ( int CurrentMonth ) : int
CurrentMonth int
리턴 int

GetNextMonthsYear() 공개 메소드

public GetNextMonthsYear ( int CurrentMonth, int CurrentYear ) : int
CurrentMonth int
CurrentYear int
리턴 int