Ejemplo n.º 1
0
 public bool IsLater(QuantityDate anOther)
 {
     return(Quantity_Date_IsLater4AE38D5E(Instance, anOther.Instance));
 }
Ejemplo n.º 2
0
 public QuantityPeriod Difference(QuantityDate anOther)
 {
     return(new QuantityPeriod(Quantity_Date_Difference4AE38D5E(Instance, anOther.Instance)));
 }