Méthode | Description | |
---|---|---|
HasInsidePeriods ( ITimePeriod target ) : bool |
대상 TimePeriod 를 포함하는 TimePeriod 요소가 존재하는가?
|
|
HasIntersectionPeriods ( System.DateTime moment ) : bool |
moment와 기간이 교차하는 TimePeriod 요소가 존재하는가?
|
|
HasIntersectionPeriods ( ITimePeriod target ) : bool |
target 기간과 기간이 교차하는 TimePeriod 요소가 존재하는가?
|
|
HasOverlapPeriods ( ITimePeriod target ) : bool |
대상 TimePeriod와 기간이 겹치는 TimePeriod 요소가 존재하는가?
|
|
InsidePeriods ( ITimePeriod target ) : IEnumerable |
target 기간을 포함하는 TimePeriod 들을 열거합니다.
|
|
IntersectionPeriods ( System.DateTime moment ) : IEnumerable |
moment 을 기간안에 포함하는 TimePeriod 들을 열거합니다.
|
|
IntersectionPeriods ( ITimePeriod target ) : IEnumerable |
대상 TimePeriod 기간과 교차하는 TimePeriod 들을 열거합니다.
|
|
OverlapPeriods ( ITimePeriod target ) : IEnumerable |
target 기간과 겹치는 TimePeriod 들을 열거합니다.
|
|
RelationPeriods ( ITimePeriod target, PeriodRelation relation ) : IEnumerable |
대상 TimePeriod 와 특정 관계를 가지는 TimePeriod 요소들을 열거합니다.
|
|
TimePeriodCollection ( ) : System |
기본 생성자
|
|
TimePeriodCollection ( IEnumerable |
생성자
|
public HasInsidePeriods ( ITimePeriod target ) : bool | ||
target | ITimePeriod | |
Résultat | bool |
public HasIntersectionPeriods ( System.DateTime moment ) : bool | ||
moment | System.DateTime | 대상 일자 |
Résultat | bool |
public HasIntersectionPeriods ( ITimePeriod target ) : bool | ||
target | ITimePeriod | |
Résultat | bool |
public HasOverlapPeriods ( ITimePeriod target ) : bool | ||
target | ITimePeriod | |
Résultat | bool |
public InsidePeriods ( ITimePeriod target ) : IEnumerable |
||
target | ITimePeriod | |
Résultat | IEnumerable |
public IntersectionPeriods ( System.DateTime moment ) : IEnumerable |
||
moment | System.DateTime | |
Résultat | IEnumerable |
public IntersectionPeriods ( ITimePeriod target ) : IEnumerable |
||
target | ITimePeriod | |
Résultat | IEnumerable |
public OverlapPeriods ( ITimePeriod target ) : IEnumerable |
||
target | ITimePeriod | |
Résultat | IEnumerable |
public RelationPeriods ( ITimePeriod target, PeriodRelation relation ) : IEnumerable |
||
target | ITimePeriod | |
relation | PeriodRelation | |
Résultat | IEnumerable |
public TimePeriodCollection ( IEnumerable |
||
timePeriods | IEnumerable |
추가할 요소들 |
Résultat | System |