Quote:
Originally Posted by berndgoedecke
isn't it faster to use the VB.Net methods, implemented in a dll ??
|
It might seem surprising but probably not in an optimised compiled app, especially for FromOADate() which is one multiply and one add. There is the overhead of a library call and a further call in the library to the .NET functions and the variables need the same processing whether they are passed to a library or merely prepared for B4ppc computation.