setCreationDate Method

Sets the document creation date property.


Object.setCreationDate(tcvalue)

Parameters

tcvalue

 Document creation date.

Remarks

Applies To: XFRX#INIT, XFRX#LISTENERPDFL#INIT, oXFRX

XFRX version: 16.0, 24.0 for oXFRX

Examples

LOCAL m.lnErr
m.loXFRX=EVALUATE([xfrx("XFRX#INIT")])
m.loXFRX.setCreationDate({^2022-01-01})
m.lnErr=m.loXFRX.SetParams("some.pdf",,,,.T.,,"PDF")
IF m.lnErr=0
ENDIF