C# 클래스 MONI.Data.WorkDay
파일 보기
프로젝트 열기: dotob/moni
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
AddWorkItem ( WorkItem workItem ) : void |
|
|
Clear ( ) : void |
|
|
Reparse ( ) : void |
|
|
SetData ( string originalString ) : void |
|
|
ToString ( ) : string |
|
|
WorkDay ( int year, int month, int day, GermanSpecialDays specialDays ) : System |
|
|
this ( string columnName ) : string |
|
|
비공개 메소드들
메소드 상세
public AddWorkItem ( WorkItem workItem ) : void |
workItem |
WorkItem |
|
리턴 |
void |
|
public Clear ( ) : void |
리턴 |
void |
|
public SetData ( string originalString ) : void |
originalString |
string |
|
리턴 |
void |
|
public WorkDay ( int year, int month, int day, GermanSpecialDays specialDays ) : System |
year |
int |
|
month |
int |
|
day |
int |
|
specialDays |
GermanSpecialDays |
|
리턴 |
System |
|
public this ( string columnName ) : string |
columnName |
string |
|
리턴 |
string |
|