Return the variable as a string
Member of Datetime Intrinsic Functions (PRIM_LIBI.IDateTimeIntrinsics)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | String | Resulting string |
AsString returns the datetime as an unformatted string.
In this example, if #Now contained 2014-31-12 10:27:30 , the result would be "2014-31-12 10:27:30"
#Result := #Now.asstring
LANSA Version 15, April 2020