Method | Description | |
---|---|---|
AddWorkItem ( |
||
Clear ( ) : void | ||
Reparse ( ) : void | ||
SetData ( string originalString ) : void | ||
ToString ( ) : string | ||
WorkDay ( int year, int month, int day, GermanSpecialDays specialDays ) : System | ||
this ( string columnName ) : string |
Method | Description | |
---|---|---|
ImportantStuffChanged ( ) : void | ||
ParseData ( string value ) : void | ||
WorkDay ( ) : System | ||
calculateDayType ( System.DateTime dt, DayOfWeek dayOfWeek, GermanSpecialDays specialDays, GermanSpecialDay &foundSpecialDay ) : DayType |
public AddWorkItem ( |
||
workItem | ||
return | void |
public SetData ( string originalString ) : void | ||
originalString | string | |
return | void |
public WorkDay ( int year, int month, int day, GermanSpecialDays specialDays ) : System | ||
year | int | |
month | int | |
day | int | |
specialDays | GermanSpecialDays | |
return | System |