modify time system and API fonctions

  • Hello,


    I develop an application in VB.net for our company. I want to modify windows CE time system. I can recover time system but I didn’t modify it.
    I will want to use API for my application but I am stopped on the limitation of Windows CE. Could you help me on these two points.


    Thanks,


    Jerome ISARD

  • Hello.
    I tried this for a c# application I developed, but if I remember well, at the moment of saving the date, there was a problem with GMT.
    However you can start from here and get things better.
    Make me know.
    I use the struct SYSTEMTIME and then the API function:
    "public extern static uint SetLocalTime(ref SYSTEMTIME lpSystemTime);"


    regards,
    Giulio DelBono