Exemple #1
0
 public my_timedata(my_timedata another)
 {
     this.minute_base = another.minute_base;
     this.minute_tick = another.minute_tick;
     this.minute      = another.minute;
     this.second      = another.second;
 }
Exemple #2
0
 public void SetEqual(my_timedata another)
 {
     this.second = another.second;
     this.minute = another.minute;
 }