public Quantity_Date(Quantity_Date parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
 public Quantity_Period Difference(Quantity_Date anOther)
 {
     throw new NotImplementedException();
 }
 public bool IsLater(Quantity_Date anOther)
 {
     throw new NotImplementedException();
 }