Accusoft NotateXpress 12
PrgGetItemCreateTime Method
See Also  Send comments on this topic.
layerHandle
The handle of a layer returned by the CreateLayer method.
seqNum
The handle of an element returned by the ElementAppend method.
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : PrgGetItemCreateTime Method

Glossary Item Box

Description

Gets the create time for a specific element for the specific layer.

Syntax

Visual Basic
Public Function PrgGetItemCreateTime( _
   ByVal layerHandle As Long, _
   ByVal seqNum As Long _
) As Variant

Parameters

layerHandle
The handle of a layer returned by the CreateLayer method.
seqNum
The handle of an element returned by the ElementAppend method.

Return Type

A variant of type VT_DATE, which represents the time.

Remarks

The creation time returned in the variant is in GMT. To display this value correctly for your locale, you may need to convert to your local time zone from GMT.

See Also

©2013. Accusoft Corporation. All Rights Reserved.