Time Intrinsic Functions - AsString Method

Return the variable as a string

Member of Time Intrinsic Functions (PRIM_LIBI.ITimeIntrinsics)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)StringResulting string

Details

AsString returns the time as an unformatted string.

Example

In this example, if #Today was 10:27:30, the result would be "10:27:30"
#Result := #Now.asstring

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2