C# 클래스 Orc.Entities.DateIntervalCollectionGenerator

파일 보기 프로젝트 열기: Orcomp/Orcomp

공개 메소드들

메소드 설명
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