PA_SetDateParameter


version 2003


PA_SetDateParameter (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 New day of the Date parameter
month short New month of the Date parameter
year short New year of the Date parameter

Description

The routine PA_SetDateParameter sets the fields of the index parameter in params to *day *month and *year .

See Create a new plug-in for a description of parameter accessors.

NOTE

:

The first parameter starts at index 1

See Also

Create a new plugin .

Error Handling

None.