Returns a timestamp for the specified outline.
Syntax
EsbOtlGetUpdateTime (hOutline, TimeStamp) ByVal hOutline As Long TimeStamp As Long
Parameter | Description |
---|---|
hOutline | The outline handle |
TimeStamp | The timestamp for the outline |
Notes
The value for time (of type Long) is represented by the number of seconds since 00:00:00 1/1/1970 GMT.
The value for time is not persistent; that is, the value for time is reset whenever the server loads the database.
Return Value
Returns the timestamp for the specified outline.
See Also