コード例 #1
0
ファイル: Reminder.cs プロジェクト: drew-loukusa/CSSBot
 public bool ContainsTimeSpan(TimeSpan ts)
 {
     return(ReminderTimeSpanTicks.Contains(ts.Ticks));
 }