Returns a timestamp for the specified outline.
Syntax
Parameter | Data Type | Description |
---|---|---|
hOutline; | ESS_HOUTLINE_T | Outline handle |
pOtlTimeStamp; | ESS_PTIME_T | Pointer to the timestamp for the outline |
Notes
The value for time, of type ESS_ULONG_T, 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.
Example
ESS_HOUTLINE_T hOutline; ESS_TIME_T TimeStamp; sts = EssOtlGetUpdateTime(hOutline, &TimeStamp);
See Also