|
|
|
|
|
TimestampUTC (Property) In french: TimestampUTC
The TimestampUTC property is used to: - Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming.
- Define whether a timestamp item will use a UTC time or a local time (when describing the item by programming).
AFile is File Description AnItem is Item Description AnItem.Name = "CmdDate" AnItem.TimestampType = htsCreation AnItem.TimestampUTC = False HDescribeItem(AFile, AnItem)
Syntax
Finding out whether a timestamp item will use UTC time or local time Hide the details
<Result> = <Data file>.<Item>.TimestampUTC
<Result>: Boolean - True if the timestamp item uses a UTC time.
- False if the timestamp item uses a local time.
<Data file>: Character string Name of the data file used. <Item>: Character string Name of item used.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|