C# 클래스 NSoft.NFramework.TimePeriods.TimeRanges.YearRangeCollection

상속: YearTimeRange
파일 보기 프로젝트 열기: debop/NFramework 1 사용 예제들

공개 메소드들

메소드 설명
GetYears ( ) : IEnumerable
YearRangeCollection ( System.DateTime moment, int yearCount ) : System
YearRangeCollection ( System.DateTime moment, int yearCount, ITimeCalendar calendar ) : System
YearRangeCollection ( int year, int yearCount ) : System
YearRangeCollection ( int year, int yearCount, ITimeCalendar calendar ) : System

보호된 메소드들

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

메소드 상세

Format() 보호된 메소드

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

GetYears() 공개 메소드

public GetYears ( ) : IEnumerable
리턴 IEnumerable

YearRangeCollection() 공개 메소드

public YearRangeCollection ( System.DateTime moment, int yearCount ) : System
moment System.DateTime
yearCount int
리턴 System

YearRangeCollection() 공개 메소드

public YearRangeCollection ( System.DateTime moment, int yearCount, ITimeCalendar calendar ) : System
moment System.DateTime
yearCount int
calendar ITimeCalendar
리턴 System

YearRangeCollection() 공개 메소드

public YearRangeCollection ( int year, int yearCount ) : System
year int
yearCount int
리턴 System

YearRangeCollection() 공개 메소드

public YearRangeCollection ( int year, int yearCount, ITimeCalendar calendar ) : System
year int
yearCount int
calendar ITimeCalendar
리턴 System