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

Weeks begin in #Monday and end in #Sunday

instance methods
  converting
  asDate
next
previous

  enumerating
  do:

  inquiries
  duration
firstDate
index
indexInMonth:
lastDate

  printing
  printOn:

class methods
  class variables
  startMonday
toggleStartMonday

  instance creation
  fromDate:

instance methods
  converting top  
 

asDate

Answer the first day of the week.


 

next


 

previous


  enumerating top  
 

do:


  inquiries top  
 

duration


 

firstDate


 

index


 

indexInMonth:

1=first week, 2=second week, etc.


 

lastDate


  printing top  
 

printOn:

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


class methods
  class variables top  
 

startMonday


 

toggleStartMonday


  instance creation top  
 

fromDate: