Which display time you are asking for?
In general you can add a delay by using Sleep method of Thread
http://msdn.microsoft.com/en-us/library/system.threading.thread.sleep(v=vs.110).aspx
Mark Answered, if it solves your question and Vote if you found it helpful.
Rohit Arora