public void AddTimeSpan(TimeSpan ts) { if (!ContainsTimeSpan(ts)) { ReminderTimeSpanTicks.Add(ts.Ticks); } CheckExpiredTimeSpan(); }