CImage:TimeStr
The TimeStr method returns a string for the time-stamp at the beginning of the exposure.
sTime = CImage:TimeStr() |
Suppose that an image in the file sPath was acquired beginning at 0h 52m 23.62s. The following script fragment returns the time at which the image was acquired:
|
-- create a new CImage |
|
-- open the image |
|
-- Result: t = 3143.62 sec |
|
-- Result: T = '00:52:23.62' |