Property | Type | Description | |
---|---|---|---|
dt | DateTime |
Method | Description | |
---|---|---|
DisplayCalender ( int TheYear, int TheMonth, int TheDay ) : void | ||
DisplayHeader ( string theMonthName, string theYear, bool ShowCurrentDate ) : void | ||
Kalender ( ) : System |
Method | Description | |
---|---|---|
MonthName ( int currentMonth ) : string |
public DisplayCalender ( int TheYear, int TheMonth, int TheDay ) : void | ||
TheYear | int | |
TheMonth | int | |
TheDay | int | |
return | void |
public DisplayHeader ( string theMonthName, string theYear, bool ShowCurrentDate ) : void | ||
theMonthName | string | |
theYear | string | |
ShowCurrentDate | bool | |
return | void |