|
|
|
|
version 2003
PA_GetDateParameter (params; index; day; month; year)
| Parameter | Type | Description | |
| params | PA_PluginParameters | → | Parameters received in PluginMain |
| index | short | → | Index of the parameter in params |
| day | short * | ← | Day of the parameter nb index |
| month | short * | ← | Month of the parameter nb index |
| year | short * | ← | Year of the parameter nb index |
Description
The routine
PA_GetDateParameter
returns in day, month and year the corresponding values of the
index
parameter in
params
(of type
PA_Date
)
See
Create a new plugin
for a description of parameter accessors.
NOTE
: