10 10 4 AsNumber

LANSA Technical

10.10.4 AsNumber

AsNumber returns the supplied Time converted to a number in one of the available supplied time formats.

Input Parameters

Format - Format of the returned time

Available formats are listed below. Examples use a time of 12:34:56

Format

Number

HHMMSS

123456

Seconds

45296

 

 

Example

#Seconds := #Time.AsNumber( Seconds )

 

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

Ý 10.10 Time Intrinsic Functions