Quote: ".NET is an interpreted language, that is, it uses the CLR to convert the IL into machine executable code."
Not quite sure why this was brought up but, your terminology is wrong. .NET is not "interpretted", VB6 running out of its IDE, instead of making an exe, would be an example of "interpretted". .NET is simply precompiled to IL, as you stated, and then at runtime the IL is JIT compiled to native machine code and is executed. And regarding "low level argument", which theres was none, if I can maninpulate things on the pointer level, for example, am I wrong in what I am saying by "low level"?
Quote: "Ok, so what would be the point in using the time in this manner"
maybe I misunderstood the original poster's first statement?
Quote: "Hello everyone,
What is the best way to return time as an integer? For example, if I want a specific event to happen at 8:00 P.M. what would need to be done? "
Im not claiming to fully answer his question, i did, however, put the time in an integer.
My DBP plugins page is now hosted [href]
here[/href]