Пример #1
0
 public static Epoch FromSeconds(double timestamp)
 {
     return(new Epoch(Min.AddSeconds(timestamp)));
 }