 | FFI_GetLocalTimeCallback Delegate |
This method receives the current local time on the system.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic delegate FPDF_SYSTEMTIME FFI_GetLocalTimeCallback(
FPDF_FORMFILLINFO pThis
)
Public Delegate Function FFI_GetLocalTimeCallback (
pThis As FPDF_FORMFILLINFO
) As FPDF_SYSTEMTIME
public delegate FPDF_SYSTEMTIME FFI_GetLocalTimeCallback(
FPDF_FORMFILLINFO^ pThis
)
type FFI_GetLocalTimeCallback =
delegate of
pThis : FPDF_FORMFILLINFO -> FPDF_SYSTEMTIME
/** @delegate */
public delegate FPDF_SYSTEMTIME FFI_GetLocalTimeCallback(
FPDF_FORMFILLINFO pThis
)
Parameters
- pThis FPDF_FORMFILLINFO
- Pointer to the interface structure itself.
Return Value
FPDF_SYSTEMTIMEFPDF_SYSTEMTIME structure filled by current time
RemarksRequired: Yes.
See Also