예제 #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);
 }