mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
8 lines
251 B
Plaintext
8 lines
251 B
Plaintext
|
{
|
||
|
"function": "to_time",
|
||
|
"description": "Convert a string into a time object.",
|
||
|
"arguments": [ {"arg":"string","description":"string representing a time value"}],
|
||
|
"examples": [ { "expression":"to_time('12:30:01')", "returns":"12:30:01"}
|
||
|
]
|
||
|
}
|