C# Class Itenso.TimePeriodDemo.YearDemo

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

Public Methods

Method Description
ShowAll ( int periodCount, int startYear, TimeCalendarConfig calendarConfig ) : void
ShowCompactYear ( Year year, string caption = "Year" ) : void
ShowCompactYears ( Years years, string caption = "Years" ) : void
ShowYear ( Year year, string caption = "Year" ) : void
ShowYears ( Years years, string caption = "Years" ) : void

Method Details

ShowAll() public static method

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

ShowCompactYear() public static method

public static ShowCompactYear ( Year year, string caption = "Year" ) : void
year Itenso.TimePeriod.Year
caption string
return void

ShowCompactYears() public static method

public static ShowCompactYears ( Years years, string caption = "Years" ) : void
years Itenso.TimePeriod.Years
caption string
return void

ShowYear() public static method

public static ShowYear ( Year year, string caption = "Year" ) : void
year Itenso.TimePeriod.Year
caption string
return void

ShowYears() public static method

public static ShowYears ( Years years, string caption = "Years" ) : void
years Itenso.TimePeriod.Years
caption string
return void