Skip to content

Commit

Permalink
Fix docu of Modelica.Utilities.System.getTime()
Browse files Browse the repository at this point in the history
In the example for return values, day was missing.
  • Loading branch information
GallLeo committed Feb 3, 2023
1 parent 89d5175 commit 37b10e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/Utilities/System.mo
Expand Up @@ -102,7 +102,7 @@ All returned values are of type Integer and have the following meaning:

<h4>Example</h4>
<blockquote><pre>
(ms, sec, min, hour, mon, year) = getTime() // = (281, 30, 13, 10, 15, 2, 2015)
(ms, sec, min, hour, day, mon, year) = getTime() // = (281, 30, 13, 10, 15, 2, 2015)
// Feb. 15, 2015 at 10:13 after 30.281 s
</pre></blockquote>
<h4>Note</h4>
Expand Down

0 comments on commit 37b10e6

Please sign in to comment.