AbstractOperatingSystem.st
changeset 13228 7b045d3ffcee
parent 13160 9f0a6a04467e
child 13281 54e7f034b1e8
equal deleted inserted replaced
13227:0dac835b156e 13228:7b045d3ffcee
  6722     dst := dstArg.
  6722     dst := dstArg.
  6723     dayInYear := dayInYearArg.
  6723     dayInYear := dayInYearArg.
  6724     dayInWeek := dayInWeekArg.
  6724     dayInWeek := dayInWeekArg.
  6725 ! !
  6725 ! !
  6726 
  6726 
       
  6727 !AbstractOperatingSystem::TimeInfo methodsFor:'converting'!
       
  6728 
       
  6729 asDate
       
  6730     ^ Date new year:year month:month day:day.
       
  6731 !
       
  6732 
       
  6733 asTime
       
  6734     ^ Time hours:hours minutes:minutes seconds:seconds
       
  6735 ! !
       
  6736 
  6727 !AbstractOperatingSystem::TimeZoneInfo class methodsFor:'documentation'!
  6737 !AbstractOperatingSystem::TimeZoneInfo class methodsFor:'documentation'!
  6728 
  6738 
  6729 documentation
  6739 documentation
  6730 "
  6740 "
  6731 Bias
  6741 Bias
  6993 ! !
  7003 ! !
  6994 
  7004 
  6995 !AbstractOperatingSystem class methodsFor:'documentation'!
  7005 !AbstractOperatingSystem class methodsFor:'documentation'!
  6996 
  7006 
  6997 version
  7007 version
  6998     ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.206 2010-12-01 19:52:36 stefan Exp $'
  7008     ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.207 2011-01-24 13:17:37 stefan Exp $'
  6999 !
  7009 !
  7000 
  7010 
  7001 version_CVS
  7011 version_CVS
  7002     ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.206 2010-12-01 19:52:36 stefan Exp $'
  7012     ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.207 2011-01-24 13:17:37 stefan Exp $'
  7003 ! !
  7013 ! !
  7004 
  7014 
  7005 AbstractOperatingSystem initialize!
  7015 AbstractOperatingSystem initialize!