Return the variable as a string
Member of Time Intrinsic Functions (PRIM_LIBI.ITimeIntrinsics)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | String | Resulting string |
AsString returns the time as an unformatted string.
In this example, if #Today was 10:27:30, the result would be "10:27:30"
#Result := #Now.asstring
Febuary 18 V14SP2