On Feb 18, 9:44 am, Yoshinori <yoshinori...@gmail.com> wrote:
> Hi
>
> I want to get current time accurately.
> I tried to get the time by "System.currentTimeMillis()" but it has the
> effect on the modificaion by User. So it is not useful for me.
>
> Could you kindly tell me how to get current time accurately?

Use System.nanoTime() if you need accurate intervals

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to