From: jp2msft on
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
From: Chris Tacke, MVP on
P/Invoke SetLocalTime or SetSystemTime.

-Chris


"jp2msft" <jp2msft(a)discussions.microsoft.com> wrote in message
news:C6DEC0DB-608B-4062-89B0-8BB6A2D7B2B2(a)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