Datetime Intrinsic Functions - AsString Method
Return the variable as a string
Member of Datetime Intrinsic Functions (PRIM_LIBI.IDateTimeIntrinsics)
Parameters
Name |
Type |
Data Type |
Description |
Result |
*Result (Optional) |
String |
Resulting string |
Details
AsString returns the datetime as an unformatted string.
Example
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