On Tue, 13 Sep 2011 05:01:31 +0300, Jonathan M Davis <[email protected]> wrote:

What are you doing that you want to create a TickDuration from a Duration?

On the one side, I have a module for running scheduled events. Event timing is specified using a TickDuration, indicating the time interval after which to run the event.

On the other side, I have an application which replays an event log from a file. Events are timestamped in stdTime format, and are stored in SysTime instances. Subtracting one SysTime instance from another returns a Duration.

--
Best regards,
 Vladimir                            mailto:[email protected]

Reply via email to