Time.st
changeset 4845 ffd67920b3a3
parent 4649 3eaf75dd8973
child 4883 39898c714eb6
--- a/Time.st	Mon Oct 04 17:37:17 1999 +0200
+++ b/Time.st	Mon Oct 04 17:38:00 1999 +0200
@@ -280,6 +280,13 @@
     "
 !
 
+milliseconds
+    "time does not keep milliseconds 
+     - for compatibility with absoluteTime"
+
+    ^ 0
+!
+
 minutes
     "return the number of minutes within the hour (i.e. 0..59)"
 
@@ -569,5 +576,5 @@
 !Time class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Time.st,v 1.42 1999-09-01 18:18:31 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Time.st,v 1.43 1999-10-04 15:38:00 cg Exp $'
 ! !