Exemplo n.º 1
0
 public bool Equals(TimePeriod another)
 {
     return(false);
 }
Exemplo n.º 2
0
 public bool IsOverlapping(TimePeriod another)
 {
     return(false);
 }
Exemplo n.º 3
0
 public TimePeriod ExtendWith(TimePeriod another)
 {
     return(null);
 }
Exemplo n.º 4
0
 public bool IsWithin(TimePeriod another)
 {
     return(false);
 }