C# Class Itenso.TimePeriodDemo.HourDemo

Inheritance: TimePeriodDemo
Afficher le fichier Open project: jwg4/date-difference Class Usage Examples

Méthodes publiques

Méthode Description
ShowAll ( int periodCount, int year, YearMonth month, int day, int hourValue ) : void
ShowCompactHour ( Hour hour, string caption = "Hour" ) : void
ShowCompactHours ( Hours hours, string caption = "Hours" ) : void
ShowHour ( Hour hour, string caption = "Hour" ) : void
ShowHours ( Hours hours, string caption = "Hours" ) : void

Method Details

ShowAll() public static méthode

public static ShowAll ( int periodCount, int year, YearMonth month, int day, int hourValue ) : void
periodCount int
year int
month YearMonth
day int
hourValue int
Résultat void

ShowCompactHour() public static méthode

public static ShowCompactHour ( Hour hour, string caption = "Hour" ) : void
hour Itenso.TimePeriod.Hour
caption string
Résultat void

ShowCompactHours() public static méthode

public static ShowCompactHours ( Hours hours, string caption = "Hours" ) : void
hours Itenso.TimePeriod.Hours
caption string
Résultat void

ShowHour() public static méthode

public static ShowHour ( Hour hour, string caption = "Hour" ) : void
hour Itenso.TimePeriod.Hour
caption string
Résultat void

ShowHours() public static méthode

public static ShowHours ( Hours hours, string caption = "Hours" ) : void
hours Itenso.TimePeriod.Hours
caption string
Résultat void