C# Class Itenso.TimePeriodDemo.MonthDemo

Inheritance: TimePeriodDemo
Mostra file Open project: jwg4/date-difference Class Usage Examples

Public Methods

Method Description
ShowAll ( int periodCount, int year, YearMonth yearMonth ) : void
ShowCompactMonth ( Month month, string caption = "Month" ) : void
ShowCompactMonths ( Months months, string caption = "Months" ) : void
ShowMonth ( Month month, string caption = "Month" ) : void
ShowMonths ( Months months, string caption = "Months" ) : void

Method Details

ShowAll() public static method

public static ShowAll ( int periodCount, int year, YearMonth yearMonth ) : void
periodCount int
year int
yearMonth YearMonth
return void

ShowCompactMonth() public static method

public static ShowCompactMonth ( Month month, string caption = "Month" ) : void
month Itenso.TimePeriod.Month
caption string
return void

ShowCompactMonths() public static method

public static ShowCompactMonths ( Months months, string caption = "Months" ) : void
months Itenso.TimePeriod.Months
caption string
return void

ShowMonth() public static method

public static ShowMonth ( Month month, string caption = "Month" ) : void
month Itenso.TimePeriod.Month
caption string
return void

ShowMonths() public static method

public static ShowMonths ( Months months, string caption = "Months" ) : void
months Itenso.TimePeriod.Months
caption string
return void