CImage:KwdSetTime


The KwdSetTime method inserts a time keyword value string into the image header. To set time values, it is best to use the ISO 8601 standard format as done for the DATE-OBS keyword.

Syntax

CImage:KwdSetTime( sKwd, sValue )

bullet.gif    sKwd is the keyword name

bullet.gif    sValue is the string time value.

Example

Suppose a CImage named I exists. The following script sets a standard format TIME keyword in the header:

t = "00:15:12.2"

-- time is 0h 15m 12.2s in GMT

I:KwdSetTime("TIME",t)

-- set the TIME keyword

Related Topics

CImage class

KwdSetDate


Mira Pro x64 Script User's Guide, v.8.77 Copyright Ⓒ 2024 Mirametrics, Inc. All Rights Reserved.