TimeDuration.st
changeset 24365 b0e21078359c
parent 24159 f3f05b723a29
child 24523 758ae1a35ecb
equal deleted inserted replaced
24364:3efffac523e4 24365:b0e21078359c
   604 ! !
   604 ! !
   605 
   605 
   606 !TimeDuration methodsFor:'Compatibility-Squeak'!
   606 !TimeDuration methodsFor:'Compatibility-Squeak'!
   607 
   607 
   608 wait
   608 wait
       
   609     "wait the receiver's timeDuration"
       
   610     
   609     Delay waitFor:self
   611     Delay waitFor:self
       
   612 
       
   613     "
       
   614      5 seconds wait
       
   615     "
       
   616 
       
   617     "Modified (comment): / 26-06-2019 / 11:35:02 / Claus Gittinger"
   610 ! !
   618 ! !
   611 
   619 
   612 !TimeDuration methodsFor:'accessing'!
   620 !TimeDuration methodsFor:'accessing'!
   613 
   621 
   614 days
   622 days
  1643     "
  1651     "
  1644 
  1652 
  1645     "Modified (comment): / 16-09-2017 / 12:53:14 / cg"
  1653     "Modified (comment): / 16-09-2017 / 12:53:14 / cg"
  1646     "Modified: / 27-07-2018 / 10:30:13 / Stefan Vogel"
  1654     "Modified: / 27-07-2018 / 10:30:13 / Stefan Vogel"
  1647 ! !
  1655 ! !
       
  1656 
  1648 
  1657 
  1649 
  1658 
  1650 !TimeDuration methodsFor:'printing'!
  1659 !TimeDuration methodsFor:'printing'!
  1651 
  1660 
  1652 addPrintBindingsTo:aDictionary language:languageOrNil
  1661 addPrintBindingsTo:aDictionary language:languageOrNil