Beispiel #1
0
 public static ulong ToUlong(this DateTime time)
 {
     return(Global.GetTimestamp(time));
 }