AbstractTime.st
changeset 24423 27a335bed151
parent 24117 c1a02a758d28
child 25315 8227a9ce831d
equal deleted inserted replaced
24422:eb390a96e82b 24423:27a335bed151
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 1995 by Claus Gittinger
     2  COPYRIGHT (c) 1995 by Claus Gittinger
     5               All Rights Reserved
     3               All Rights Reserved
     6 
     4 
     7  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
   478             self conversionErrorSignal raiseErrorString:' - Timestamp format error'
   476             self conversionErrorSignal raiseErrorString:' - Timestamp format error'
   479         ].
   477         ].
   480 !
   478 !
   481 
   479 
   482 readFrom:aStringOrStream format:formatString language:languageString onError:exceptionalValue
   480 readFrom:aStringOrStream format:formatString language:languageString onError:exceptionalValue
       
   481     "see format description in readFrom:format:language:onError:"
       
   482 
   483     ^ self subclassResponsibility
   483     ^ self subclassResponsibility
   484 !
   484 !
   485 
   485 
   486 readFrom:aStringOrStream format:formatString onError:exceptionalValue
   486 readFrom:aStringOrStream format:formatString onError:exceptionalValue
   487     "see format description in readFrom:format:language:onError:"
   487     "see format description in readFrom:format:language:onError:"
   642 
   642 
   643     "Created: 1.7.1996 / 15:14:19 / cg"
   643     "Created: 1.7.1996 / 15:14:19 / cg"
   644     "Modified: 1.7.1996 / 15:15:49 / cg"
   644     "Modified: 1.7.1996 / 15:15:49 / cg"
   645 ! !
   645 ! !
   646 
   646 
       
   647 
   647 !AbstractTime methodsFor:'abstract'!
   648 !AbstractTime methodsFor:'abstract'!
   648 
   649 
   649 hours
   650 hours
   650     "return the hour of time (0..23)"
   651     "return the hour of time (0..23)"
   651 
   652 
  1414 
  1415 
  1415     ^ self subclassResponsibility.
  1416     ^ self subclassResponsibility.
  1416 
  1417 
  1417     "Modified: / 27-07-2018 / 11:30:27 / Stefan Vogel"
  1418     "Modified: / 27-07-2018 / 11:30:27 / Stefan Vogel"
  1418 ! !
  1419 ! !
       
  1420 
  1419 
  1421 
  1420 
  1422 
  1421 !AbstractTime methodsFor:'printing & storing'!
  1423 !AbstractTime methodsFor:'printing & storing'!
  1422 
  1424 
  1423 addBasicPrintBindingsTo:aDictionary language:languageOrNil
  1425 addBasicPrintBindingsTo:aDictionary language:languageOrNil