Exemplo n.º 1
0
 public void SetDateTime(string key, DateTime?value)
 {
     this[key] = DateFormatter.ToYYYYMMDDHHMMSSMMM(value);
 }