コード例 #1
0
 public bool StartsDuring(TimePeriod tp)
 {
     return(StartTime.IsDuring(tp));
 }