C# Class Kalender, Smaovningar

Show file Open project: hrodvar/Smaovningar Class Usage Examples

Public Properties

Property Type Description
dt DateTime

Public Methods

Method Description
DisplayCalender ( int TheYear, int TheMonth, int TheDay ) : void
DisplayHeader ( string theMonthName, string theYear, bool ShowCurrentDate ) : void
Kalender ( ) : System

Private Methods

Method Description
MonthName ( int currentMonth ) : string

Method Details

DisplayCalender() public method

public DisplayCalender ( int TheYear, int TheMonth, int TheDay ) : void
TheYear int
TheMonth int
TheDay int
return void

DisplayHeader() public method

public DisplayHeader ( string theMonthName, string theYear, bool ShowCurrentDate ) : void
theMonthName string
theYear string
ShowCurrentDate bool
return void

Kalender() public method

public Kalender ( ) : System
return System

Property Details

dt public static property

public static DateTime dt
return DateTime