in Delphi TIPS :: When testing your code for speed, or when you have some lengthy function, and you need to display how much time some process took to execute, you would maybe need to take microseconds into account also. Here's a custom MicrosecondsToTime function you can use to convert an amount of microseconds into a TDateTime value and then convert to a more user friendly representation using the FormatDateTime function.
Read the full article to learn how to Use FormatDateTime to Display Microseconds
Related:
Comments
No comments yet. Leave a Comment

