U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Core » Time in milliseconds
Re: Time in milliseconds [message #45822 is a reply to message #45819] Mon, 11 January 2016 09:32 Go to previous messageGo to previous message
deep is currently offline  deep
Messages: 281
Registered: July 2011
Location: Bangalore
Experienced Member
Actually milliseconds is part of

typedef struct _SYSTEMTIME {
WORD wYear;
WORD wMonth;
WORD wDayOfWeek;
WORD wDay;
WORD wHour;
WORD wMinute;
WORD wSecond;
WORD wMilliseconds;
} SYSTEMTIME, *PSYSTEMTIME;

Use
	SYSTEMTIME systime;
	GetLocalTime(&systime);


Warm Regards

Deepak
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Critical section in PteBase::PtrAdd
Next Topic: [solved] Why doesn't Vector have Find?
Goto Forum:
  


Current Time: Fri Sep 04 08:35:59 GMT+2 2026

Total time taken to generate the page: 0.00620 seconds