What is dmTime? (SOLVED)

Found that in doc, but it empty. What is is? :thinking:

2 Likes

Yes, I made a typo and parser didn’t add doc. There is only one method, you can check example in Push NE.
I made a fix in docs, everything should be fine in 1.2.161

1 Like

The example @AGulev mentions is here

And this is the documentation:

   /*# get current time in microseconds
    *
    * Get current time in microseconds since Jan. 1, 1970.
    * @name dmTime::GetTime
    * @return result [type:uint64_t] Current time in microseconds
    */
   uint64_t dmTime::GetTime();
2 Likes