Time Intrinsic Functions - AsString Method
Return the variable as a string
Member of Time Intrinsic Functions (PRIM_LIBI.ITimeIntrinsics)
Parameters
Name |
Type |
Data Type |
Description |
Result |
*Result (Optional) |
String |
Resulting 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