Sorry if this is a dumb question.

I have a CTimeSpan object that represents the period of time that I want an experiment to run. I then want to be able to run the experiment again for a factor * (CTimeSpan object).

Unfortunately there is no muliplication operator for CTimeSpan objects, so does anyone know a simple way to achieve the same goal ?, i.e. multiply a CTimeSpan by a float value.

As you have guessed I am a novice. Any help woudl be great.

WynW