Method | Description | |
---|---|---|
Add ( ITimePeriod period ) : void | ||
AddAll ( IEnumerable |
||
Contains ( System.DateTime moment ) : bool |
moment와 같은 값을 가진 TimeLineMoment가 존재하는지 파악합니다.
|
|
Find ( System.DateTime moment ) : ITimeLineMoment |
moment와 같은 값을 가진 TimeLineMoment를 찾습니다.
|
|
GetEnumerator ( ) : IEnumerator |
||
Remove ( ITimePeriod period ) : void | ||
this ( int index ) : ITimeLineMoment |
Method | Description | |
---|---|---|
AddPeriod ( System.DateTime moment, ITimePeriod period ) : void |
moment를 나타내는 TimeLineMoment를 키로 하고, Value로 period 를 추가합니다.
|
|
RemovePeriod ( System.DateTime moment, ITimePeriod period ) : void |
moment를 나타내는 TimeLineMoment를 키로 하고, Value로 period 를 삭제합니다.
|
Method | Description | |
---|---|---|
IEnumerable ( ) : IEnumerator |
protected AddPeriod ( System.DateTime moment, ITimePeriod period ) : void | ||
moment | System.DateTime | |
period | ITimePeriod | |
return | void |
public Contains ( System.DateTime moment ) : bool | ||
moment | System.DateTime | 찾고자하는 moment |
return | bool |
public Find ( System.DateTime moment ) : ITimeLineMoment | ||
moment | System.DateTime | 찾고자하는 moment |
return | ITimeLineMoment |
protected RemovePeriod ( System.DateTime moment, ITimePeriod period ) : void | ||
moment | System.DateTime | |
period | ITimePeriod | |
return | void |