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

Next Topic: void SetToDate(CaTimeStamp& Time)


CaContextvoid SetFromDate(CaTimeStamp& Time

Sets the From 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.SetFromDate(TimeStamp);