Skip to content

Commit

Permalink
RavenDB-23099 Add UTC info
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielle9897 committed Nov 3, 2024
1 parent 419f187 commit 51efc34
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ public DeleteRevisionsOperation(string documentId, bool removeForceCreatedRevisi
/// </exception>

/// <param name="from">
/// The start of the date range for the revisions to delete.
/// The start of the date range (in UTC) for the revisions to delete.
/// </param>
/// <param name="to">
/// The end of the date range for the revisions to delete.
/// The end of the date range (in UTC) for the revisions to delete.
/// </param>
/// <exception cref="ArgumentException">
/// Throws an <see cref="ArgumentException"/> if <paramref name="to"/> is before <paramref name="from"/>.
Expand Down Expand Up @@ -141,10 +141,10 @@ public DeleteRevisionsOperation(List<string> documentIds, DateTime? from, DateTi
/// </exception>

/// <param name="from">
/// The start of the date range for the revisions to delete.
/// The start of the date range (in UTC) for the revisions to delete.
/// </param>
/// <param name="to">
/// The end of the date range for the revisions to delete.
/// The end of the date range (in UTC) for the revisions to delete.
/// </param>
/// <exception cref="ArgumentException">
/// Throws an <see cref="ArgumentException"/> if <paramref name="to"/> is before <paramref name="from"/>.
Expand Down

0 comments on commit 51efc34

Please sign in to comment.