C# Class Orc.Entities.DateIntervalCollectionGenerator

Afficher le fichier Open project: Orcomp/Orcomp

Méthodes publiques

Méthode Description
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

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

Method Details

NoOverlaps() public static méthode

|---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
Résultat IEnumerable

OverlapsSameEndTimeDecreasingDuration() public static méthode

|-------------------| |---------------| |----------| |-----|
public static OverlapsSameEndTimeDecreasingDuration ( System.DateTime startDate, System.TimeSpan startOffset, int count ) : IEnumerable
startDate System.DateTime
startOffset System.TimeSpan
count int
Résultat IEnumerable

OverlapsSameStartTimeDecreasingEndTime() public static méthode

|-------------------| |---------------| |----------| |-----|
public static OverlapsSameStartTimeDecreasingEndTime ( System.DateTime startDate, System.TimeSpan endOffset, int count ) : IEnumerable
startDate System.DateTime
endOffset System.TimeSpan
count int
Résultat IEnumerable

OverlapsWithConstantDuration() public static méthode

|-------------------| |-------------------| |-------------------| |-------------------|
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
Résultat IEnumerable

OverlapsWithDecreasingDuration() public static méthode

|-------------------| |---------------| |---------| |-----|
public static OverlapsWithDecreasingDuration ( System.DateTime startDate, System.TimeSpan offset, int count ) : IEnumerable
startDate System.DateTime
offset System.TimeSpan
count int
Résultat IEnumerable