PA_Dial4DGetDate

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

version 2003


PA_Dial4DGetDate (dialog; variable; day; month; year)

ParameterTypeDescription
dialogPA_Dial4DDialog reference
variablechar*Name of the variable to access
dayshort*Day value of variable
monthshort*Month value of variable
yearshort*Year value of variable

Description

The routine PA_Dial4DGetDate gets the value of a variable whose name is variable as a date in *day, *month and *year. The variable variable must be declared/created as a date. You can pass null pointers to day, month or year if you do not want to read any of these values.

See Also

PA_Dial4DSetDate.

Error Handling

None.


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