C# 클래스 Itenso.TimePeriodDemo.YearDemo

상속: TimePeriodDemo
파일 보기 프로젝트 열기: jwg4/date-difference 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

ShowAll() 공개 정적인 메소드

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

ShowCompactYear() 공개 정적인 메소드

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

ShowCompactYears() 공개 정적인 메소드

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

ShowYear() 공개 정적인 메소드

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

ShowYears() 공개 정적인 메소드

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