Exemplo n.º 1
0
 public static long ToUnix(this DateTime dt)
 {
     return(DatetimeHelper.ToUnix(dt));
 }