AbstractTime.st
changeset 11130 fb6ebdb8c2a1
parent 10907 8b98ba82a46f
child 11515 d467ba9dc495
equal deleted inserted replaced
11129:632cbbbaf162 11130:fb6ebdb8c2a1
   227 
   227 
   228 totalSeconds
   228 totalSeconds
   229     "returns the number of seconds since 1.1.1901 UTC"
   229     "returns the number of seconds since 1.1.1901 UTC"
   230 
   230 
   231     ^ Timestamp now utcSecondsSince1901
   231     ^ Timestamp now utcSecondsSince1901
       
   232 ! !
       
   233 
       
   234 !AbstractTime class methodsFor:'error handling'!
       
   235 
       
   236 conversionErrorSignal
       
   237     "return the signal used for conversion error handling"
       
   238 
       
   239     ^ TimeConversionError
   232 ! !
   240 ! !
   233 
   241 
   234 !AbstractTime class methodsFor:'private-instance creation'!
   242 !AbstractTime class methodsFor:'private-instance creation'!
   235 
   243 
   236 fromOSTime:osTime
   244 fromOSTime:osTime
  1047 ! !
  1055 ! !
  1048 
  1056 
  1049 !AbstractTime class methodsFor:'documentation'!
  1057 !AbstractTime class methodsFor:'documentation'!
  1050 
  1058 
  1051 version
  1059 version
  1052     ^ '$Header: /cvs/stx/stx/libbasic/AbstractTime.st,v 1.58 2008-03-09 22:13:36 stefan Exp $'
  1060     ^ '$Header: /cvs/stx/stx/libbasic/AbstractTime.st,v 1.59 2008-08-06 10:25:20 cg Exp $'
  1053 ! !
  1061 ! !