Gets the create time for a specific element for the specific layer.
Visual Basic |
---|
Public Function PrgGetItemCreateTime( _ ByVal layerHandle As Long, _ ByVal seqNum As Long _ ) As Variant |
- layerHandle
- The handle of a layer returned by the CreateLayer method.
- seqNum
- The handle of an element returned by the ElementAppend method.
A variant of type VT_DATE, which represents the time.
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.