C# 클래스 Itenso.TimePeriod.Years

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

공개 메소드들

메소드 설명
GetYears ( ) : ITimePeriodCollection
Years ( System.DateTime moment, int count ) : System
Years ( System.DateTime moment, int count, ITimeCalendar calendar ) : System
Years ( int year, int count ) : System
Years ( int year, int count, ITimeCalendar calendar ) : System

보호된 메소드들

메소드 설명
Format ( ITimeFormatter formatter ) : string

메소드 상세

Format() 보호된 메소드

protected Format ( ITimeFormatter formatter ) : string
formatter ITimeFormatter
리턴 string

GetYears() 공개 메소드

public GetYears ( ) : ITimePeriodCollection
리턴 ITimePeriodCollection

Years() 공개 메소드

public Years ( System.DateTime moment, int count ) : System
moment System.DateTime
count int
리턴 System

Years() 공개 메소드

public Years ( System.DateTime moment, int count, ITimeCalendar calendar ) : System
moment System.DateTime
count int
calendar ITimeCalendar
리턴 System

Years() 공개 메소드

public Years ( int year, int count ) : System
year int
count int
리턴 System

Years() 공개 메소드

public Years ( int year, int count, ITimeCalendar calendar ) : System
year int
count int
calendar ITimeCalendar
리턴 System