Previous Topic: CaContextvoid SetFromDate(CaTimeStamp& Time

Next Topic: CaContainer GetVersionList(void) const


void SetToDate(CaTimeStamp& Time)

Sets the To Date value of the date range.

Note: Only used if the Version Date Option is set.

Owning Class

CaVersionChooser

Arguments

CaTimeStamp& Time-the time stamp value

Return Value

None

Example

CaVersionChooser& rVersionChooser = rContext.GetVersionChooser(); rVersionChooser.SetToDate(TimeStamp);