DDay.iCal.TimeZoneEvaluator.TimeZoneEvaluator C# (CSharp) Method

TimeZoneEvaluator() public method

public TimeZoneEvaluator ( ITimeZone tz ) : System
tz ITimeZone
return System
        public TimeZoneEvaluator(ITimeZone tz)
        {
            TimeZone = tz;
            m_Occurrences = new List<Occurrence>();
        }