Exemplo n.º 1
0
 public bool ContainsTimeSpan(TimeSpan ts)
 {
     return(ReminderTimeSpanTicks.Contains(ts.Ticks));
 }