コード例 #1
0
 public Quantity_Date(Quantity_Date parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public Quantity_Period Difference(Quantity_Date anOther)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public bool IsLater(Quantity_Date anOther)
 {
     throw new NotImplementedException();
 }