Next: , Previous: then, Up: Reference



Time

Synopsis

     function Time (T: TimeStamp): packed array [1 .. Time_Length] of Char;

Description

Date takes a TimeStamp parameter and returns the time as a string (in the form of a packed array of Char). Time_length is an implementation defined invisible constant.

Conforming to

Time is an ISO 10206 Extended Pascal extension.

Example

Set TimeStamp.

See also

TimeStamp, GetTimeStamp, Date, Date And Time Routines.