Click or drag to resize

FFI_GetLocalTimeCallback Delegate

This method receives the current local time on the system.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public delegate FPDF_SYSTEMTIME FFI_GetLocalTimeCallback(
	FPDF_FORMFILLINFO pThis
)

Parameters

pThis  FPDF_FORMFILLINFO
Pointer to the interface structure itself.

Return Value

FPDF_SYSTEMTIME
FPDF_SYSTEMTIME structure filled by current time
Remarks
Required: Yes.
See Also