Esempio n. 1
0
 public DateTime(IDateTime input)
 {
     backingDateTime = new System.DateTime(input.GetTicks());
 }