How to get current time?

Login to reply to this topic.
Fri, 2005-03-25 21:38
Joined: 2005-02-21
Forum posts: 20
Hi.

I would like to know how to get current time in ms.

I have to wait for specified time in my program with big precision.

Thx.
Tomasz

Sat, 2005-03-26 00:51
Joined: 2004-12-06
Forum posts: 182
How to get current time?
Hi,
view the help for the TTime class which has several utility functions like
Hometime,MicroSecondsFrom().......
using Hometime  function  in  TTime which will giv u the current time
regards JUlie

To err is human; to forgive, divine

Sat, 2005-03-26 01:07
Joined: 2005-02-21
Forum posts: 20
How to get current time?
Thank you very much.
This is what I need.
  • Login to reply to this topic.