C# 클래스 Itenso.TimePeriodDemo.WeekDemo

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

공개 메소드들

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

메소드 상세

ShowAll() 공개 정적인 메소드

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

ShowCompactWeek() 공개 정적인 메소드

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

ShowCompactWeeks() 공개 정적인 메소드

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

ShowWeek() 공개 정적인 메소드

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

ShowWeeks() 공개 정적인 메소드

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