Lines Matching refs:DateTime
58 protected DateTime startTime = DateTime.Now;
523 if (this.startTime.AddSeconds(DK_READY_TIMEOUT).CompareTo(DateTime.Now) < 0) in BufferOrDiscardDKInput()
627 this.startTime = DateTime.Now; in input_thread_proc()
649 … if (startTime.AddSeconds(DK_READY_TIMEOUT).CompareTo(DateTime.Now) < 0) in input_thread_proc()
719 this.startTime = DateTime.Now; in input_thread_proc()
1072 DateTime now = DateTime.Now; in RelaySerialCharacters()
1073 DateTime give_up = now.AddSeconds(DEBUG_PORT_CONNECTION_TIMEOUT); in RelaySerialCharacters()
1083 if (DateTime.Now > give_up) in RelaySerialCharacters()
1236 private static DateTime evtProfile;
1301 CatToucan.evtProfile = DateTime.Now; //Log the current PC Time in HandleCafeEvents()
1331 …CafeXEventtLog.Instance.WriteToEventLog(532, DateTime.Now, EventStatus.BEGIN, EventProcess.PPC, "P… in HandleCafeEvents()
1336 …CafeXEventtLog.Instance.WriteToEventLog(512, DateTime.Now, EventStatus.END, EventProcess.PPC, "***… in HandleCafeEvents()
1347 …CafeXEventtLog.Instance.WriteToEventLog(542, DateTime.Now, EventStatus.BEGIN, EventProcess.TITLE, … in HandleCafeEvents()