17 using System.Collections.Generic;
34 private readonly Func<DateTime, IEnumerable<Symbol>> _selector;
35 private readonly DateTimeZone _timeZone;
78 : this(null, dateRule, timeRule, selector, settings)
92 Func<DateTime, object> func;
93 selector.TryConvertToDelegate(out func);
97 _selector = func.ConvertSelectionSymbolDelegate();