Name
annot:SetMarkupAnnotCreationDate -- set markup annotation creation date
Synopsis
status = annot:SetMarkupAnnotCreationDate(value)
Function
This method is currently undocumented in libHaru. Complain to the libHaru authors.

value must be a table containing a datetime description. The table must contain the following fields:

Day:
Between 1 and 31 (depends on the month).

Month:
Between 1 and 12.

Year:
The year.

Hour:
Between 0 and 23.

Minutes:
Between 0 and 59.

Seconds:
Between 0 and 59.

Ind:
Relationship of local time to Universal Time. This can be " ", "+", "-", or "Z".

Off_Hour:
If ind is not space, 0 to 23 is valid. Otherwise, ignored.

Off_Minutes:
If ind is not space, 0 to 59 is valid. Otherwise, ignored.

Returns #HPDF_OK on success. Otherwise, returns an error code and the error handler is invoked.

Inputs
value
datetime description
Results
status
status code

Show TOC