C# Class Itenso.TimePeriodDemo.WeekDemo

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

Méthodes publiques

Méthode Description
ShowAll ( int periodCount, int year, int weekOfYear, TimeCalendarConfig calendarConfig ) : void
ShowCompactWeek ( Week week, string caption = "Week" ) : void
ShowCompactWeeks ( Weeks weeks, string caption = "Weeks" ) : void
ShowWeek ( Week week, string caption = "Week" ) : void
ShowWeeks ( Weeks weeks, string caption = "Weeks" ) : void

Method Details

ShowAll() public static méthode

public static ShowAll ( int periodCount, int year, int weekOfYear, TimeCalendarConfig calendarConfig ) : void
periodCount int
year int
weekOfYear int
calendarConfig Itenso.TimePeriod.TimeCalendarConfig
Résultat void

ShowCompactWeek() public static méthode

public static ShowCompactWeek ( Week week, string caption = "Week" ) : void
week Itenso.TimePeriod.Week
caption string
Résultat void

ShowCompactWeeks() public static méthode

public static ShowCompactWeeks ( Weeks weeks, string caption = "Weeks" ) : void
weeks Itenso.TimePeriod.Weeks
caption string
Résultat void

ShowWeek() public static méthode

public static ShowWeek ( Week week, string caption = "Week" ) : void
week Itenso.TimePeriod.Week
caption string
Résultat void

ShowWeeks() public static méthode

public static ShowWeeks ( Weeks weeks, string caption = "Weeks" ) : void
weeks Itenso.TimePeriod.Weeks
caption string
Résultat void