Squeak Class Documentation category index | class index  
 
Month
  category: Kernel-Magnitudes
  superclass: Date
  subclasses:

No comment. Sorry.

instance methods
  converting
  asDate
next
previous

  enumerationg
  eachWeekDo:

  inquiries
  duration
firstDate
index
lastDate
name

  printing
  printOn:

class methods
  instance creation
  fromDate:
readFrom:

instance methods
  converting top  
 

asDate


 

next


 

previous


  enumerationg top  
 

eachWeekDo:


  inquiries top  
 

duration


 

firstDate


 

index


 

lastDate


 

name

Answer a name for the receiver. This is used generically in the title of certain inspectors, such as the referred-to inspector, and specificially by various subsystems. By default, we let the object just print itself out..


  printing top  
 

printOn:

Append to the argument, aStream, a sequence of characters that
identifies the receiver.


class methods
  instance creation top  
 

fromDate:


 

readFrom:

Read a Date from the stream in any of the forms:
<day> <monthName> <year> (5 April 1982; 5-APR-82)
<monthName> <day> <year> (April 5, 1982)
<monthNumber> <day> <year> (4/5/82)