PB_DateTimeData structure

Description

The PB_DateTimeData structure is used to pass data of type DateTime in the SetData function in the IPB_RSItemData interface.

Table 7-9: PB_DateTimeData members

Field

Description

date

A PB_DateData structure identifying the date

time

A PB_TimeData structure identifying the time

See also