boardTimeSinceReset (Function) |
Top Previous Next |
boardTimeSinceReset will return the number of milliseconds since the RTCU device was reset.
Please note that the value will wrap around, going negative after approximately 25 days.
Input: None
Returns: The time since RTCU device was reset in milliseconds.
Declaration: FUNCTION boardTimeSinceReset : DINT;
Example: INCLUDE rtcu.inc |