Пример #1
0
 public bool Equals(TimePeriod another)
 {
     return(false);
 }
Пример #2
0
 public bool IsOverlapping(TimePeriod another)
 {
     return(false);
 }
Пример #3
0
 public TimePeriod ExtendWith(TimePeriod another)
 {
     return(null);
 }
Пример #4
0
 public bool IsWithin(TimePeriod another)
 {
     return(false);
 }