Esempio n. 1
0
 // Check if the given time is passed the timestamp of this position
 public bool TimePassed(TimeStamp time)
 {
     return(_time.IsBefore(time));
 }