Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: 272
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: Mon Jul 07 16:19:22 CEST 2025

Total time taken to generate the page: 0.03644 seconds