Skip to content

Commit

Permalink
Merge pull request #132 from rianjs/SearchRangeAssertion
Browse files Browse the repository at this point in the history
Better Intellisense documentation #121
  • Loading branch information
rianjs authored Sep 5, 2016
2 parents 9487b13 + 954375e commit 8f691ac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ical.NET/Interfaces/Evaluation/IGetOccurrences.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ public interface IGetOccurrences
HashSet<Occurrence> GetOccurrences(DateTime dt);

/// <summary>
/// Returns all occurrences of this component that start within the date range provided.
/// All components occurring between <paramref name="startTime"/> and <paramref name="endTime"/>
/// will be returned.
/// Returns all occurrences of this component that overlap with the date range provided.
/// All components that overlap with the time range between <paramref name="startTime"/> and <paramref name="endTime"/> will be returned.
/// </summary>
/// <param name="startTime">The starting date range</param>
/// <param name="endTime">The ending date range</param>
Expand Down

0 comments on commit 8f691ac

Please sign in to comment.