C# Class Itenso.TimePeriodDemo.WeekDemo

Inheritance: TimePeriodDemo
Exibir arquivo Open project: jwg4/date-difference Class Usage Examples

Public Methods

Method 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 method

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

ShowCompactWeek() public static method

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

ShowCompactWeeks() public static method

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

ShowWeek() public static method

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

ShowWeeks() public static method

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