Number.st
changeset 24431 47ab366e910f
parent 24395 c245e7c02c2d
child 24448 466c98f76a4b
equal deleted inserted replaced
24430:34c42899f9c8 24431:47ab366e910f
  1523     "Modified (comment): / 21-09-2017 / 17:37:18 / cg"
  1523     "Modified (comment): / 21-09-2017 / 17:37:18 / cg"
  1524 !
  1524 !
  1525 
  1525 
  1526 milliSeconds
  1526 milliSeconds
  1527     "return a TimeDuration representing this number of milliseconds
  1527     "return a TimeDuration representing this number of milliseconds
  1528      Same as milliseconds, for compatibility"
  1528      Same as milliseconds, for dialect compatibility"
  1529 
  1529 
  1530     ^ TimeDuration fromMilliseconds:self
  1530     ^ TimeDuration fromMilliseconds:self
  1531 
  1531 
  1532     "
  1532     "
  1533      1000 milliSeconds
  1533      1000 milliSeconds
  1534     "
  1534     "
  1535 
  1535 
  1536     "Created: / 21-09-2017 / 17:26:32 / cg"
  1536     "Created: / 21-09-2017 / 17:26:32 / cg"
       
  1537     "Modified (comment): / 18-07-2019 / 21:33:09 / Claus Gittinger"
  1537 !
  1538 !
  1538 
  1539 
  1539 milliseconds
  1540 milliseconds
  1540     "return a TimeDuration representing this number of milliseconds.
  1541     "return a TimeDuration representing this number of milliseconds.
  1541      Same as milliSeconds, for compatibility"
  1542      Same as milliSeconds, for dialect compatibility"
  1542 
  1543 
  1543     ^ TimeDuration fromMilliseconds:self
  1544     ^ TimeDuration fromMilliseconds:self
  1544 
  1545 
  1545     "
  1546     "
  1546      1000 milliseconds
  1547      1000 milliseconds
  1547     "
  1548     "
  1548 
  1549 
  1549     "Modified (comment): / 21-09-2017 / 17:37:18 / cg"
  1550     "Modified (comment): / 21-09-2017 / 17:37:18 / cg"
       
  1551     "Modified (comment): / 18-07-2019 / 21:33:12 / Claus Gittinger"
  1550 !
  1552 !
  1551 
  1553 
  1552 minutes
  1554 minutes
  1553     "return a TimeDuration representing this number of minutes"
  1555     "return a TimeDuration representing this number of minutes"
  1554 
  1556