C Cassiano Nov 22, 2004 #1 How can i change the date/time of Pocket OS? I need to sinchronize the pocket and internet date and time. Tks!!
How can i change the date/time of Pocket OS? I need to sinchronize the pocket and internet date and time. Tks!!
D Daniel Moth Nov 22, 2004 #2 This has been discussed before. You can search the group archive here: http://groups.google.com/groups?group=microsoft.public.dotnet.framework.compactframework For example check out these threads: http://groups.google.com/groups?hl=en&lr=&c2coff=1&th=740379ffa0cbc31a&rnum=5 http://groups.google.com/groups?hl=en&lr=&c2coff=1&th=5ff54b22bb8195fe&rnum=1 Cheers Daniel
This has been discussed before. You can search the group archive here: http://groups.google.com/groups?group=microsoft.public.dotnet.framework.compactframework For example check out these threads: http://groups.google.com/groups?hl=en&lr=&c2coff=1&th=740379ffa0cbc31a&rnum=5 http://groups.google.com/groups?hl=en&lr=&c2coff=1&th=5ff54b22bb8195fe&rnum=1 Cheers Daniel
P Peter Foot [MVP] Nov 22, 2004 #3 By P/Invoking the SetSystemTime or SetLocalTime API calls and the SYSTEMTIME structure. Or you can use OpenNETCF.Win32.DateTimeEx which wraps these methods (www.opennetcf.org/sdf/) - source available on the website. Peter
By P/Invoking the SetSystemTime or SetLocalTime API calls and the SYSTEMTIME structure. Or you can use OpenNETCF.Win32.DateTimeEx which wraps these methods (www.opennetcf.org/sdf/) - source available on the website. Peter