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,7dadb26e573572d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-05 14:55:36 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!crtntx1-snh1.gtei.net!news.gtei.net!chcgil2-snh1.gtei.net!news.bbnplanet.com!wn12feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!attbi_s53.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: ada calendar References: <4948f537.0312051300.d246254@posting.google.com> X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 24.6.133.123 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s53 1070664934 24.6.133.123 (Fri, 05 Dec 2003 22:55:34 GMT) NNTP-Posting-Date: Fri, 05 Dec 2003 22:55:34 GMT Organization: Comcast Online Date: Fri, 05 Dec 2003 22:55:34 GMT Xref: archiver1.google.com comp.lang.ada:3166 Date: 2003-12-05T22:55:34+00:00 List-Id: > how can i add one week to clendar.time record using duration ? Seems like the simplest way to add a week to T would be for Day in 1 .. 7 loop T := T+24*60*60.0; end loop;