Метод | Описание | |
---|---|---|
NoOverlaps ( System.DateTime startDate, System.TimeSpan duration, System.TimeSpan endToStartOffset, int count ) : IEnumerable |
|---duration ---| endToStartOffset |--------------|
|
|
OverlapsSameEndTimeDecreasingDuration ( System.DateTime startDate, System.TimeSpan startOffset, int count ) : IEnumerable |
|-------------------| |---------------| |----------| |-----|
|
|
OverlapsSameStartTimeDecreasingEndTime ( System.DateTime startDate, System.TimeSpan endOffset, int count ) : IEnumerable |
|-------------------| |---------------| |----------| |-----|
|
|
OverlapsWithConstantDuration ( System.DateTime startDate, System.TimeSpan duration, System.TimeSpan startToStartOffset, int count ) : IEnumerable |
|-------------------| |-------------------| |-------------------| |-------------------|
|
|
OverlapsWithDecreasingDuration ( System.DateTime startDate, System.TimeSpan offset, int count ) : IEnumerable |
|-------------------| |---------------| |---------| |-----|
|
public static NoOverlaps ( System.DateTime startDate, System.TimeSpan duration, System.TimeSpan endToStartOffset, int count ) : IEnumerable |
||
startDate | System.DateTime | |
duration | System.TimeSpan | |
endToStartOffset | System.TimeSpan | |
count | int | |
Результат | IEnumerable |
public static OverlapsSameEndTimeDecreasingDuration ( System.DateTime startDate, System.TimeSpan startOffset, int count ) : IEnumerable |
||
startDate | System.DateTime | |
startOffset | System.TimeSpan | |
count | int | |
Результат | IEnumerable |
public static OverlapsSameStartTimeDecreasingEndTime ( System.DateTime startDate, System.TimeSpan endOffset, int count ) : IEnumerable |
||
startDate | System.DateTime | |
endOffset | System.TimeSpan | |
count | int | |
Результат | IEnumerable |
public static OverlapsWithConstantDuration ( System.DateTime startDate, System.TimeSpan duration, System.TimeSpan startToStartOffset, int count ) : IEnumerable |
||
startDate | System.DateTime | |
duration | System.TimeSpan | |
startToStartOffset | System.TimeSpan | |
count | int | |
Результат | IEnumerable |
public static OverlapsWithDecreasingDuration ( System.DateTime startDate, System.TimeSpan offset, int count ) : IEnumerable |
||
startDate | System.DateTime | |
offset | System.TimeSpan | |
count | int | |
Результат | IEnumerable |