From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9092871160ec0600 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-27 09:29:02 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.stueberl.de!news2.euro.net!blue.nl.gxn.net!transit.news.xs4all.nl!news.xs4all.nl!not-for-mail Sender: Fraser@FWILSON From: Fraser Wilson Newsgroups: comp.lang.ada Subject: Re: Time_Span conversion question References: Date: 27 Nov 2002 18:28:38 +0100 Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Host: 80.126.24.12 X-Trace: 1038418141 news.xs4all.nl 11739 80.126.24.12:63864 Xref: archiver1.google.com comp.lang.ada:31264 Date: 2002-11-27T18:28:38+01:00 List-Id: "Sebastian" writes: > Is there a way to convert Ada.Real_Time.Time_Span to microseconds? It looks like you can turn it into a Duration (with To_Duration), and from there microseconds are easy. Fraser.