Beispiel #1
0
        } // HasInside

        // ----------------------------------------------------------------------
        public virtual bool HasInside(TimeSlot test)
        {
            if (test == null)
            {
                throw new ArgumentNullException("test");
            }
            return(TimePeriodCalc.HasInside(this, test));
        } // HasInside
Beispiel #2
0
        } // IsSamePeriod

        // ----------------------------------------------------------------------
        public virtual bool HasInside(DateTime test)
        {
            return(TimePeriodCalc.HasInside(this, test));
        } // HasInside