메소드 | 설명 | |
---|---|---|
Add ( ITimePeriod item ) : void | ||
AddAll ( IEnumerable |
||
Clear ( ) : void | ||
Contains ( ITimePeriod period ) : bool | ||
ContainsPeriod ( ITimePeriod test ) : bool | ||
CopyTo ( ITimePeriod array, int arrayIndex ) : void | ||
Equals ( object obj ) : bool | ||
GetDescription ( ITimeFormatter formatter = null ) : string | ||
GetEnumerator ( ) : IEnumerator |
||
GetHashCode ( ) : int | ||
GetRelation ( ITimePeriod test ) : PeriodRelation | ||
HasInside ( System.DateTime test ) : bool | ||
HasInside ( ITimePeriod test ) : bool | ||
IndexOf ( ITimePeriod period ) : int | ||
Insert ( int index, ITimePeriod period ) : void | ||
IntersectsWith ( ITimePeriod test ) : bool | ||
IsSamePeriod ( ITimePeriod test ) : bool | ||
Move ( System.TimeSpan delta ) : void | ||
OverlapsWith ( ITimePeriod test ) : bool | ||
Remove ( ITimePeriod period ) : bool | ||
RemoveAt ( int index ) : void | ||
Setup ( System.DateTime newStart, System.DateTime newEnd ) : void | ||
TimePeriodChain ( ) : System | ||
TimePeriodChain ( IEnumerable |
||
ToString ( ) : string | ||
this ( int index ) : ITimePeriod |
메소드 | 설명 | |
---|---|---|
CheckReadOnlyItem ( ITimePeriod timePeriod ) : void | ||
CheckSpaceAfter ( System.DateTime moment, System.TimeSpan duration ) : void | ||
CheckSpaceBefore ( System.DateTime moment, System.TimeSpan duration ) : void | ||
ComputeHashCode ( ) : int | ||
Format ( ITimeFormatter formatter ) : string | ||
IsEqual ( object obj ) : bool |
메소드 | 설명 | |
---|---|---|
HasSameData ( IList |
||
IEnumerable ( ) : IEnumerator |
protected CheckReadOnlyItem ( ITimePeriod timePeriod ) : void | ||
timePeriod | ITimePeriod | |
리턴 | void |
protected CheckSpaceAfter ( System.DateTime moment, System.TimeSpan duration ) : void | ||
moment | System.DateTime | |
duration | System.TimeSpan | |
리턴 | void |
protected CheckSpaceBefore ( System.DateTime moment, System.TimeSpan duration ) : void | ||
moment | System.DateTime | |
duration | System.TimeSpan | |
리턴 | void |
public CopyTo ( ITimePeriod array, int arrayIndex ) : void | ||
array | ITimePeriod | |
arrayIndex | int | |
리턴 | void |
protected Format ( ITimeFormatter formatter ) : string | ||
formatter | ITimeFormatter | |
리턴 | string |
public GetDescription ( ITimeFormatter formatter = null ) : string | ||
formatter | ITimeFormatter | |
리턴 | string |
public GetRelation ( ITimePeriod test ) : PeriodRelation | ||
test | ITimePeriod | |
리턴 | PeriodRelation |
public Insert ( int index, ITimePeriod period ) : void | ||
index | int | |
period | ITimePeriod | |
리턴 | void |
public Setup ( System.DateTime newStart, System.DateTime newEnd ) : void | ||
newStart | System.DateTime | |
newEnd | System.DateTime | |
리턴 | void |
public TimePeriodChain ( IEnumerable |
||
timePeriods | IEnumerable |
|
리턴 | System |