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