mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
13 lines
293 B
Plaintext
13 lines
293 B
Plaintext
|
<h3>totime() function</h3>
|
||
|
Convert a string into Qt time type.
|
||
|
|
||
|
<h4>Syntax</h4>
|
||
|
<code>totime('string')</code><br>
|
||
|
|
||
|
<h4>Arguments</h4>
|
||
|
<code>string</code> - is string in Qt time format.
|
||
|
<br>
|
||
|
|
||
|
<h4>Example</h4>
|
||
|
<!-- Show example of function.-->
|
||
|
<code>totime('12:30:01') → 12:30:01</code><br>
|