|
Previous Top Next |
Prototype: | (*DECIMAL pUnixTime, <*Long pTime>),Long |
pUnixTime | Parameter containing time value from a Unix system. |
[pTime] | Optional parameter that receives the time part of the Unix Time. |
Returns | Returns Clarion compatible date value. |
This method takes a Unix date time, which is the number of 1/100 seconds since January 1, 1970 and returns the correct Clarion date value. It can also optionally accept a second parameter which upon return from this method will contain a Clarion compatible time value.
Example:
(none)
See also: