How would I set the System Time on a PPC device to match that time running on
our Server?

I can query the Server to get the time, but how do I set this on the device?

Using: Visual Basic 2005 Professional

Re: Sync Device Time with Server by Chris

Chris
Wed Apr 23 21:14:18 CDT 2008

P/Invoke SetLocalTime or SetSystemTime.

-Chris


"jp2msft" <jp2msft@discussions.microsoft.com> wrote in message
news:C6DEC0DB-608B-4062-89B0-8BB6A2D7B2B2@microsoft.com...
> How would I set the System Time on a PPC device to match that time running
> on
> our Server?
>
> I can query the Server to get the time, but how do I set this on the
> device?
>
> Using: Visual Basic 2005 Professional