AbstractTime.st
changeset 16941 78358165ed6b
parent 16934 2a4639715b07
child 16982 c37260d6ff78
equal deleted inserted replaced
16940:38fa652b86a8 16941:78358165ed6b
   173     ^ self basicNew fromOSTime:(OperatingSystem getOSTime)
   173     ^ self basicNew fromOSTime:(OperatingSystem getOSTime)
   174 
   174 
   175     "
   175     "
   176      Timestamp now   
   176      Timestamp now   
   177      Time now   
   177      Time now   
       
   178     "
       
   179 
       
   180     "Modified: 1.7.1996 / 15:20:10 / cg"
       
   181 !
       
   182 
       
   183 nowWithMilliseconds
       
   184     "return an instance of myself representing this moment."
       
   185 
       
   186     ^ self basicNew fromOSTimeWithMilliseconds:(OperatingSystem getOSTime)
       
   187 
       
   188     "
       
   189      Timestamp now   
       
   190      Time now
       
   191      Time nowWithMilliseconds
   178     "
   192     "
   179 
   193 
   180     "Modified: 1.7.1996 / 15:20:10 / cg"
   194     "Modified: 1.7.1996 / 15:20:10 / cg"
   181 !
   195 !
   182 
   196 
  1379 ! !
  1393 ! !
  1380 
  1394 
  1381 !AbstractTime class methodsFor:'documentation'!
  1395 !AbstractTime class methodsFor:'documentation'!
  1382 
  1396 
  1383 version
  1397 version
  1384     ^ '$Header: /cvs/stx/stx/libbasic/AbstractTime.st,v 1.85 2014-11-06 15:48:56 cg Exp $'
  1398     ^ '$Header: /cvs/stx/stx/libbasic/AbstractTime.st,v 1.86 2014-11-06 16:54:42 cg Exp $'
  1385 !
  1399 !
  1386 
  1400 
  1387 version_CVS
  1401 version_CVS
  1388     ^ '$Header: /cvs/stx/stx/libbasic/AbstractTime.st,v 1.85 2014-11-06 15:48:56 cg Exp $'
  1402     ^ '$Header: /cvs/stx/stx/libbasic/AbstractTime.st,v 1.86 2014-11-06 16:54:42 cg Exp $'
  1389 ! !
  1403 ! !
  1390 
  1404