C# Класс Orc.Interval.DateIntervalCollectionGenerator

Показать файл Открыть проект

Открытые методы

Метод Описание
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

|-------------------| |---------------| |---------| |-----|

Описание методов

NoOverlaps() публичный статический Метод

|---duration ---| endToStartOffset |--------------|
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

OverlapsSameEndTimeDecreasingDuration() публичный статический Метод

|-------------------| |---------------| |----------| |-----|
public static OverlapsSameEndTimeDecreasingDuration ( System.DateTime startDate, System.TimeSpan startOffset, int count ) : IEnumerable
startDate System.DateTime
startOffset System.TimeSpan
count int
Результат IEnumerable

OverlapsSameStartTimeDecreasingEndTime() публичный статический Метод

|-------------------| |---------------| |----------| |-----|
public static OverlapsSameStartTimeDecreasingEndTime ( System.DateTime startDate, System.TimeSpan endOffset, int count ) : IEnumerable
startDate System.DateTime
endOffset System.TimeSpan
count int
Результат IEnumerable

OverlapsWithConstantDuration() публичный статический Метод

|-------------------| |-------------------| |-------------------| |-------------------|
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

OverlapsWithDecreasingDuration() публичный статический Метод

|-------------------| |---------------| |---------| |-----|
public static OverlapsWithDecreasingDuration ( System.DateTime startDate, System.TimeSpan offset, int count ) : IEnumerable
startDate System.DateTime
offset System.TimeSpan
count int
Результат IEnumerable