Method | Description | |
---|---|---|
AddQuarters ( int count ) : |
현 분기에서 count 수만큼 분기를 더한다.
|
|
GetNextQuarter ( ) : |
다음 분기
|
|
GetPreviousQuarter ( ) : |
전분기
|
|
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 |
Method | Description | |
---|---|---|
Format ( ITimeFormatter formatter ) : string |
public AddQuarters ( int count ) : |
||
count | int | |
return |
protected Format ( ITimeFormatter formatter ) : string | ||
formatter | ITimeFormatter | |
return | string |
public QuarterRange ( System.DateTime moment ) : System | ||
moment | System.DateTime | |
return | System |
public QuarterRange ( System.DateTime moment, ITimeCalendar calendar ) : System | ||
moment | System.DateTime | |
calendar | ITimeCalendar | |
return | System |
public QuarterRange ( ITimeCalendar calendar ) : System | ||
calendar | ITimeCalendar | |
return | System |
public QuarterRange ( int year, QuarterKind quarter ) : System | ||
year | int | |
quarter | QuarterKind | |
return | System |
public QuarterRange ( int year, QuarterKind quarter, ITimeCalendar calendar ) : System | ||
year | int | |
quarter | QuarterKind | |
calendar | ITimeCalendar | |
return | System |