1 parent 4759323 commit 157e7a4Copy full SHA for 157e7a4
1 file changed
src/Npgsql/NpgsqlTypes/NpgsqlInterval.cs
@@ -39,7 +39,7 @@ public NpgsqlInterval(int months, int days, long time)
39
public int Days { get; }
40
41
/// <summary>
42
- /// All time units other than days, months and years.
+ /// Remaining time unit smaller than a day, in microseconds.
43
/// </summary>
44
public long Time { get; }
45
0 commit comments