C# Class NSoft.NFramework.TimePeriods.TimeRanges.QuarterRange

Inheritance: QuarterTimeRange
Datei anzeigen Open project: debop/NFramework Class Usage Examples

Public Methods

Method Description
AddQuarters ( int count ) : QuarterRange

현 분기에서 count 수만큼 분기를 더한다.

GetNextQuarter ( ) : QuarterRange

다음 분기

GetPreviousQuarter ( ) : QuarterRange

전분기

QuarterRange ( ) : System
QuarterRange ( System.DateTime moment ) : System
QuarterRange ( System.DateTime moment, ITimeCalendar calendar ) : System
QuarterRange ( ITimeCalendar calendar ) : System
QuarterRange ( int year, QuarterKind quarter ) : System
QuarterRange ( int year, QuarterKind quarter, ITimeCalendar calendar ) : System

Protected Methods

Method Description
Format ( ITimeFormatter formatter ) : string

Method Details

AddQuarters() public method

현 분기에서 count 수만큼 분기를 더한다.
public AddQuarters ( int count ) : QuarterRange
count int
return QuarterRange

Format() protected method

protected Format ( ITimeFormatter formatter ) : string
formatter ITimeFormatter
return string

GetNextQuarter() public method

다음 분기
public GetNextQuarter ( ) : QuarterRange
return QuarterRange

GetPreviousQuarter() public method

전분기
public GetPreviousQuarter ( ) : QuarterRange
return QuarterRange

QuarterRange() public method

public QuarterRange ( ) : System
return System

QuarterRange() public method

public QuarterRange ( System.DateTime moment ) : System
moment System.DateTime
return System

QuarterRange() public method

public QuarterRange ( System.DateTime moment, ITimeCalendar calendar ) : System
moment System.DateTime
calendar ITimeCalendar
return System

QuarterRange() public method

public QuarterRange ( ITimeCalendar calendar ) : System
calendar ITimeCalendar
return System

QuarterRange() public method

public QuarterRange ( int year, QuarterKind quarter ) : System
year int
quarter QuarterKind
return System

QuarterRange() public method

public QuarterRange ( int year, QuarterKind quarter, ITimeCalendar calendar ) : System
year int
quarter QuarterKind
calendar ITimeCalendar
return System