Details
-
Task
-
Resolution: Done
-
Blocker - P1
-
None
-
2.0
-
- VS 2013
- NET Frameworks 4.5.1
- Windows 8.1 x64
Description
Hi,
I want to set a value to a bson element in C# driver 2.0, in last version 1.9.2 this code works ok:
date.Value = BsonValue.Create(date.Value.ToUniversalTime().ToString("o"));
but in the new version 2.0, Value only have get and i don't find how to set the value.