Time.st
changeset 4845 ffd67920b3a3
parent 4649 3eaf75dd8973
child 4883 39898c714eb6
equal deleted inserted replaced
4844:6938f0df31f7 4845:ffd67920b3a3
   276     ^ timeEncoding // 3600
   276     ^ timeEncoding // 3600
   277 
   277 
   278     "
   278     "
   279      Time now hours
   279      Time now hours
   280     "
   280     "
       
   281 !
       
   282 
       
   283 milliseconds
       
   284     "time does not keep milliseconds 
       
   285      - for compatibility with absoluteTime"
       
   286 
       
   287     ^ 0
   281 !
   288 !
   282 
   289 
   283 minutes
   290 minutes
   284     "return the number of minutes within the hour (i.e. 0..59)"
   291     "return the number of minutes within the hour (i.e. 0..59)"
   285 
   292 
   567 ! !
   574 ! !
   568 
   575 
   569 !Time class methodsFor:'documentation'!
   576 !Time class methodsFor:'documentation'!
   570 
   577 
   571 version
   578 version
   572     ^ '$Header: /cvs/stx/stx/libbasic/Time.st,v 1.42 1999-09-01 18:18:31 stefan Exp $'
   579     ^ '$Header: /cvs/stx/stx/libbasic/Time.st,v 1.43 1999-10-04 15:38:00 cg Exp $'
   573 ! !
   580 ! !