PB_DateData structure
Description
The PB_DateData structure is used to pass data of
type Date in the SetData function in the IPB_RSItemData
interface.
Table 7-8: PB_DateData members
Field
|
Description
|
year
|
A short identifying
the year
|
month
|
A short identifying
the month
|
day
|
A short identifying
the day
|
filler
|
A short used for
structure alignment only
|
See Also