newlc.com
Articles Only
Forum Only
Community
World-Wide Web
Home
News
Tutorials
Reviews
Downloads
Professional Services
Forums
Newsletter
Blog
About us
Last forum posts
Home
::
Forums
::
Development
::
Symbian C++
User login
Username:
*
Password:
*
Create new account
Request new password
Featured pages
Configure your PC for Symbian development
Getting started with Symbian development
Symbian OS Error Codes
Common products UIDs
Nokia S60 SDK
Featured Software
NlMakesis
Y-Browser
Y-Tasks
Active users (last 30 days)
User
Score
rbrunner
67
eric
61
alh
60
praveen.nitdgp@...
42
Andreas
35
more
Feeds
More feeds...
How to get current time?
Login
to reply to this topic.
Fri, 2005-03-25 21:38
bloto
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
Login
or
register
to post in forums
Sat, 2005-03-26 00:51
julie_777
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
bloto
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.
Forum posts: 182
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
Forum posts: 20
This is what I need.