Example #1
0
 public bool HasInside(TimeValue target)
 {
     return(target.CompareTo(Start) >= 0 && target.CompareTo(End) <= 0);
 }