Jump to content

API DataRecorder.SecsToTicks: Difference between revisions

From Flowcode Help
m Text replacement - "width="10%" align="center" style="background-color:#D8C9D8;" align="center"" to "width="10%" align="center" class="mtx-class-macrohead""
m Text replacement - "width="90%" style="background-color:#D8C9D8; color:#4B008D;"" to "width="90%" class="mtx-class-macrohead""
 
Line 2: Line 2:
|-
|-
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''SecsToTicks'''
| width="90%" class="mtx-class-macrohead" | '''SecsToTicks'''
|-
|-
| colspan="2" | Converts a time in seconds into a duration in ticks 
| colspan="2" | Converts a time in seconds into a duration in ticks 

Latest revision as of 14:11, 13 July 2026

SecsToTicks
Converts a time in seconds into a duration in ticks 
- FLOAT Secs
The number of seconds to convert 
- FLOAT Divisor
A divisor for Secs: 1 for seconds, 1000 for milliseconds 
- FLOAT Return


Detailed description

Examples