Example #1
0
 private void Refresh() {
     _timestamp = new Timestamp();
 }
Example #2
0
 public Timestamp(Timestamp other) {
     _time = other._time;
 }