Méthode | Description | |
---|---|---|
Add ( ITimePeriod period ) : void | ||
AddAll ( IEnumerable |
||
Clear ( ) : void | ||
Contains ( System.DateTime moment ) : bool | ||
Find ( System.DateTime moment ) : ITimeLineMoment | ||
GetEnumerator ( ) : IEnumerator |
||
Remove ( ITimePeriod period ) : void | ||
this ( int index ) : ITimeLineMoment |
Méthode | Description | |
---|---|---|
AddPeriod ( System.DateTime moment, ITimePeriod period ) : void | ||
IEnumerable ( ) : IEnumerator | ||
RemovePeriod ( System.DateTime moment, ITimePeriod period ) : void | ||
Sort ( ) : void |
public AddAll ( IEnumerable |
||
periods | IEnumerable |
|
Résultat | void |
public Contains ( System.DateTime moment ) : bool | ||
moment | System.DateTime | |
Résultat | bool |
public Find ( System.DateTime moment ) : ITimeLineMoment | ||
moment | System.DateTime | |
Résultat | ITimeLineMoment |
public Remove ( ITimePeriod period ) : void | ||
period | ITimePeriod | |
Résultat | void |
public this ( int index ) : ITimeLineMoment | ||
index | int | |
Résultat | ITimeLineMoment |