loonison101
8/7/2015 - 1:44 AM

c#_mongo_datetime_attributing.cs

public class Item
{
  public ObjectId Id { get; set; }
  public string Sku { get; set; }
  
  [BsonDateTimeOptions(Representation = BsonType.Document)]
  public DateTime DateCreated { get; set; }
}