#DOCUMENTATION by stefan
authorStefan Vogel <sv@exept.de>
Tue, 21 Feb 2017 15:47:24 +0100
changeset 21506 32dccde0a4b9
parent 21505 e23b21205f48
child 21507 e8f27d16c43f
#DOCUMENTATION by stefan class: TimeDuration comment/format in: #asInteger
TimeDuration.st
--- a/TimeDuration.st	Tue Feb 21 15:47:04 2017 +0100
+++ b/TimeDuration.st	Tue Feb 21 15:47:24 2017 +0100
@@ -725,6 +725,12 @@
     "answer the duration is seconds"
 
     ^ self getSeconds
+
+    "
+        10 milliseconds asInteger
+    "
+
+    "Modified (comment): / 21-02-2017 / 14:41:04 / stefan"
 !
 
 asLongFloat