VersionInfo.st
changeset 2640 f214ff2248ed
parent 2608 4074af306882
child 2667 c496ecfe718d
equal deleted inserted replaced
2639:11a1cea10275 2640:f214ff2248ed
   151 
   151 
   152 time:something
   152 time:something
   153     time := something.
   153     time := something.
   154 !
   154 !
   155 
   155 
       
   156 timeStamp:aTimestamp
       
   157     date := aTimestamp date.
       
   158     time := aTimestamp time.
       
   159 
       
   160     "Created: / 04-12-2011 / 10:06:02 / cg"
       
   161 !
       
   162 
   156 timezone
   163 timezone
   157     "raise an error: must be redefined in concrete subclass(es)"
   164     "raise an error: must be redefined in concrete subclass(es)"
   158 
   165 
   159     ^ nil "Not known"
   166     ^ nil "Not known"
   160 
   167 
   170 ! !
   177 ! !
   171 
   178 
   172 !VersionInfo class methodsFor:'documentation'!
   179 !VersionInfo class methodsFor:'documentation'!
   173 
   180 
   174 version_CVS
   181 version_CVS
   175     ^ '$Header: /cvs/stx/stx/libbasic3/VersionInfo.st,v 1.4 2011-11-23 22:33:52 vrany Exp $'
   182     ^ '$Header: /cvs/stx/stx/libbasic3/VersionInfo.st,v 1.5 2011-12-04 14:40:55 cg Exp $'
   176 ! !
   183 ! !