Re: AW: [Axapta-Knowledge-Village] How to get actual time of system... with milliseconds or similar

2005-04-13 Thread Raul Llorente Peña/OPENSOLUTIONS
HI, Jesper!! Thank for responsing so fast!! "GetSystemTime or GetLocalTime in the WinAPI class..."Those methods aren't in the winApi... what do you mean exactly with "you need to implement GetSystemTime or GetLocalTime in the WinAPI class. The GetSystemTime function retrieves the current system

AW: [Axapta-Knowledge-Village] How to get actual time of system... with milliseconds or similar

2005-04-13 Thread jesper.joergensen
Hi  Raul,   you need to implement GetSystemTime or GetLocalTime in the WinAPI class.   The GetSystemTime function retrieves the current system date and time. The system time is expressed in Coordinated Universal Time (UTC). The GetLocalTime function retrieves the current local date a