Time.st
changeset 12829 2fb56fae7300
parent 12728 31ba8fef2678
child 13213 d37c29bad3da
--- a/Time.st	Wed Mar 31 11:22:22 2010 +0200
+++ b/Time.st	Wed Mar 31 11:39:45 2010 +0200
@@ -261,7 +261,6 @@
     ^ '%h:%m:%s'
 ! !
 
-
 !Time methodsFor:'Compatibility-Squeak'!
 
 intervalString
@@ -371,12 +370,6 @@
 
 !Time methodsFor:'accessing'!
 
-day
-    "catch day access - Time does not know about it"
-
-    ^ self shouldNotImplement
-!
-
 hours
     "return the number of hours since midnight (i.e. 0..23)"
 
@@ -404,12 +397,6 @@
     "
 !
 
-month 
-    "catch month access - Time does not know about it"
-
-    ^ self shouldNotImplement
-!
-
 seconds
     "return the number of seconds within the minute (i.e. 0..59)"
 
@@ -432,12 +419,6 @@
     "
       Time now timeZoneDeltaInMinutes
     "
-!
-
-year
-    "catch year access - Time does not know about it"
-
-    ^ self shouldNotImplement
 ! !
 
 !Time methodsFor:'comparing'!
@@ -730,13 +711,12 @@
     timeEncoding := encoding
 ! !
 
-
 !Time class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Time.st,v 1.86 2010-02-10 17:47:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Time.st,v 1.87 2010-03-31 09:39:45 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Time.st,v 1.86 2010-02-10 17:47:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Time.st,v 1.87 2010-03-31 09:39:45 stefan Exp $'
 ! !