Ejemplo n.º 1
0
 public long GetDurationInTicks(WorldTime time)
 {
     return((long)(time.GetTotalSeconds() * TimeSpan.TicksPerSecond / Rate));
 }