Previous Topic: void SetVersionStatusOption(HINT32 iOptions)

Next Topic: void SetVersionObjId(HAROBJID iVersionObjId, int iIndex)


void SetVersionDateOption(HINT32 iOptions)

Sets the Version Date Option to specify date ranges.

Note: The following are the allowable values for the Version Date Option. They are defined in an include file built into the project.

Owning Class

CaVersionChooser

Arguments

HINT32 iOption-the Version Date Option

Return Value

None

Example

CaVersionChooser& rVersionChooser = rContext.GetVersionChooser(); rVersionChooser.SetVersionDateOption(VERSION_OPTION_DATE_BETWEEN);

More information: