コード例 #1
0
 public bool IsTimeWithinBounds(GameTime pTime)
 {
     //Console.WriteLine("Checking time table span " + startTime + " to " + endTime + " with pTime " + pTime);
     return pTime.IsWithinMinuteBounds(startTime, endTime);
 }