i am using c#. I have a hashtable called _SpecialDays of DayInfo objects and am having troble accessing them.
C:\Documents and Settings\.....DaysInfo.cs(97): 'object' does not contain a definition for 'EndOfDay'Code:return _SpecialDays[Day].EndOfDay - _NormalStartOfDay;
btw Day is the key, the DayInfo object has a defination for EndOfDay and '- _NormalStartOfDay' has nothing to do with it.