DTCurTime
Function A function calculates a result according to the current value of its inputs. A function has no internal data and is not linked to declared instances. - Get the present time stamp.
Inputs
None
Output
Output |
Data Type |
Range | Unit |
Description |
---|---|---|---|---|
Q |
DINT |
0 to 86,399,999 |
Milliseconds |
Present milliseconds of the time. |
ST Language
Q := DTCurTime ();
See Also