Метод | Описание | |
---|---|---|
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 |
public AddAll ( IEnumerable |
||
timePeriods | IEnumerable |
|
Результат | void |
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 Contains ( ITimePeriod period ) : bool | ||
period | ITimePeriod | |
Результат | bool |
public ContainsPeriod ( ITimePeriod test ) : bool | ||
test | ITimePeriod | |
Результат | bool |
public CopyTo ( ITimePeriod array, int arrayIndex ) : void | ||
array | ITimePeriod | |
arrayIndex | int | |
Результат | void |
public final Equals ( object obj ) : bool | ||
obj | object | |
Результат | bool |
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 HasInside ( System.DateTime test ) : bool | ||
test | System.DateTime | |
Результат | bool |
public HasInside ( ITimePeriod test ) : bool | ||
test | ITimePeriod | |
Результат | bool |
public IndexOf ( ITimePeriod period ) : int | ||
period | ITimePeriod | |
Результат | int |
public Insert ( int index, ITimePeriod period ) : void | ||
index | int | |
period | ITimePeriod | |
Результат | void |
public IntersectsWith ( ITimePeriod test ) : bool | ||
test | ITimePeriod | |
Результат | bool |
public IsSamePeriod ( ITimePeriod test ) : bool | ||
test | ITimePeriod | |
Результат | bool |
public Move ( System.TimeSpan delta ) : void | ||
delta | System.TimeSpan | |
Результат | void |
public OverlapsWith ( ITimePeriod test ) : bool | ||
test | ITimePeriod | |
Результат | bool |
public Remove ( ITimePeriod period ) : bool | ||
period | ITimePeriod | |
Результат | bool |
public Setup ( System.DateTime newStart, System.DateTime newEnd ) : void | ||
newStart | System.DateTime | |
newEnd | System.DateTime | |
Результат | void |
public TimePeriodChain ( IEnumerable |
||
timePeriods | IEnumerable |
|
Результат | System |