[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Time                                                           MiscTTT



Purpose   To display the system time nicely formatted

Returns   String;

Declaration    Time:string;

Uses CRT, DOS, MiscTTT;



Remarks   The format of the returned string is hour:min:sec a.m. or
          hour:min:sec p.m.

Example


               USES CRT, FASTTTT, DOS, MISCTTT;
               BEGIN
                 CLRSCR;
                 WRITECENTER(1,YELLOW,BLACK,TIME);
               END.


The time would be written at the top center of the screen.

See Also: Date
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson