C# Class Kalender, Smaovningar

Afficher le fichier Open project: hrodvar/Smaovningar Class Usage Examples

Méthodes publiques

Свойство Type Description
dt DateTime

Méthodes publiques

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

Private Methods

Méthode Description
MonthName ( int currentMonth ) : string

Method Details

DisplayCalender() public méthode

public DisplayCalender ( int TheYear, int TheMonth, int TheDay ) : void
TheYear int
TheMonth int
TheDay int
Résultat void

DisplayHeader() public méthode

public DisplayHeader ( string theMonthName, string theYear, bool ShowCurrentDate ) : void
theMonthName string
theYear string
ShowCurrentDate bool
Résultat void

Kalender() public méthode

public Kalender ( ) : System
Résultat System

Property Details

dt public_oe static_oe property

public static DateTime dt
Résultat DateTime