Page 1 of 1

How can I use ot4xb FileTime() class ?

Posted: Sun Jun 09, 2019 8:44 am
by unixkd
Hi ALL

How can I use ot4xb FileTime() class ?

Joe

Re: How can I use ot4xb FileTime() class ?

Posted: Sun Jun 09, 2019 2:29 pm
by Auge_Ohr
unixkd wrote:How can I use ot4xb FileTime() class ?
here PDF File

Re: How can I use ot4xb FileTime() class ?

Posted: Sun Jun 09, 2019 11:23 pm
by unixkd
Hi Jimmy

I try to instantiate the class like:

Local oFT := FileTime():New()

I got an error message - not a class

How can I instantiate its object :

Thanks

Joe

Re: How can I use ot4xb FileTime() class ?

Posted: Mon Jun 10, 2019 11:34 am
by Auge_Ohr
unixkd wrote:

Code: Select all

Local oFT := FileTime():New()
I got an error message - not a class
it is

Code: Select all

FileTime64():New()