We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3076bf commit e184088Copy full SHA for e184088
src/MongoDB.Bson/Serialization/Attributes/BsonTimeOnlyOptionsAttribute.cs
@@ -44,7 +44,7 @@ public BsonTimeOnlyOptionsAttribute(BsonType representation)
44
/// Initializes a new instance of the BsonTimeOnlyOptionsAttribute class.
45
/// </summary>
46
/// <param name="representation">The external representation.</param>
47
- /// <param name="units">The TimeOnlyUnits.</param>
+ /// <param name="units">The TimeOnlyUnits. Ignored if representation is BsonsType.Document.</param>
48
public BsonTimeOnlyOptionsAttribute(BsonType representation, TimeOnlyUnits units)
49
{
50
_representation = representation;
0 commit comments