ToTime
This reference topic applies to FQL v4. Go to this page for the latest FQL v10 reference topics. |
ToTime( value )
to_time( value )
ToTime( value )
ToTime( value )
ToTime( value )
ToTime( value )
Description
The ToTime
function converts a value to a timestamp, if
possible.
Attempting to convert a value to a timestamp which has no timestamp representation results in an "invalid argument" error.
Parameters
Parameter | Type | Definition and Requirements |
---|---|---|
|
Any |
The value to attempt to convert to a Timestamp. |