10 10 3 AsDisplayString

LANSA Technical

10.10.3 AsDisplayString

AsDisplayString returns the supplied Time formatted using one of the available supplied time formats

Input Parameters

Format - Required format of the data

Available formats, and the resulting display string are listed below. Examples use a time of 12:34:56

Format

Display String

HHMMSS

123456

HHsMMsSS

12:34:56

ISO

12:34:56

 

 

Example

#Com_owner.Caption := #Time.AsDisplayString( ISO )

 

See Input Parameters for the available formats and the resultant strings.

Ý 10.10 Time Intrinsic Functions