Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 6 of 6 total
Thread GetTickCount
Wed, Apr 9 2014 9:35 AMPermanent Link

Code

Does EWB support GetTickCount?
Wed, Apr 9 2014 9:51 AMPermanent Link

Raul

Team Elevate Team Elevate

On 4/9/2014 9:35 AM, Code wrote:
> Does EWB support GetTickCount?

No but DateTime is milliseconds from 1970 so you can get the same end
result if you just use it instead.

Raul

Thu, Apr 10 2014 4:47 AMPermanent Link

Code

Raul wrote:

On 4/9/2014 9:35 AM, Code wrote:
> Does EWB support GetTickCount?

No but DateTime is milliseconds from 1970 so you can get the same end
result if you just use it instead.

Raul


Thank you - of course!
Mon, Apr 14 2014 6:56 AMPermanent Link

Matthew Jones


> No but DateTime is milliseconds from 1970 so you can get the same
> end result if you just use it instead.

Search back for my "StrToTime oddity" post for what might be a slight complication,
with a workaround if it affects you.

/Matthew Jones/
Wed, Apr 16 2014 7:05 AMPermanent Link

Code

(Matthew Jones) wrote:


> No but DateTime is milliseconds from 1970 so you can get the same
> end result if you just use it instead.

Search back for my "StrToTime oddity" post for what might be a slight complication,
with a workaround if it affects you.

/Matthew Jones/
Wed, Apr 16 2014 7:06 AMPermanent Link

Code

Code wrote:

(Matthew Jones) wrote:


> No but DateTime is milliseconds from 1970 so you can get the same
> end result if you just use it instead.

Search back for my "StrToTime oddity" post for what might be a slight complication,
with a workaround if it affects you.

/Matthew Jones/

Great...Thanks.
Image