PA_GetTimeVariable

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next

version 2003


PA_GetTimeVariable (aVariable) long

ParameterTypeDescription
aVariablePA_VariableVariable to access
Function resultlongContent value of aVariable

Description

The routine PA_GetTimeVariable returns the content of the variable aVariable. If aVariable is not a eVK_Time variable, the routine returns 0L.

NOTE

A 4D time is a long equal to a number of seconds.

See Also

No reference.

Error Handling

PA_GetLastError keeps the last error that occurred before calling the routine.


4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next