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

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

공개 메소드들

메소드 설명
GetHalfyears ( ) : IEnumerable
HalfyearRangeCollection ( System.DateTime moment, int halfyearCount ) : System
HalfyearRangeCollection ( System.DateTime moment, int halfyearCount, ITimeCalendar calendar ) : System
HalfyearRangeCollection ( int year, HalfyearKind halfyear, int halfyearCount ) : System
HalfyearRangeCollection ( int year, HalfyearKind halfyear, int halfyearCount, ITimeCalendar calendar ) : System

보호된 메소드들

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

메소드 상세

Format() 보호된 메소드

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

GetHalfyears() 공개 메소드

public GetHalfyears ( ) : IEnumerable
리턴 IEnumerable

HalfyearRangeCollection() 공개 메소드

public HalfyearRangeCollection ( System.DateTime moment, int halfyearCount ) : System
moment System.DateTime
halfyearCount int
리턴 System

HalfyearRangeCollection() 공개 메소드

public HalfyearRangeCollection ( System.DateTime moment, int halfyearCount, ITimeCalendar calendar ) : System
moment System.DateTime
halfyearCount int
calendar ITimeCalendar
리턴 System

HalfyearRangeCollection() 공개 메소드

public HalfyearRangeCollection ( int year, HalfyearKind halfyear, int halfyearCount ) : System
year int
halfyear HalfyearKind
halfyearCount int
리턴 System

HalfyearRangeCollection() 공개 메소드

public HalfyearRangeCollection ( int year, HalfyearKind halfyear, int halfyearCount, ITimeCalendar calendar ) : System
year int
halfyear HalfyearKind
halfyearCount int
calendar ITimeCalendar
리턴 System