Exemplo n.º 1
0
 public virtual System.DateTime dateVal()
 {
     return(D3Date.intToDate((int)D3Valeur));
 }
Exemplo n.º 2
0
 public D3Date(System.DateTime init)
 {
     D3Valeur = (long)D3Date.dateToInt(init);
 }
Exemplo n.º 3
0
 public D3Date(D3Date init)
 {
     D3Valeur = init.dateInt();
 }