Previous Next blank.gif blank.gif

Class Day - Represent a day record.


SYNOPSIS

import HTMLcalendar
class Day
  def __init__(self, year=1997, month=1, day=1)
  string __module__ = 'HTMLcalendar'
  def __str__(self)
  def append(self, appt)
  def make_row(self)
  def repr_appt_cell(self)
  def repr_date_cell(self)

DESCRIPTION

Appointment instances are appended to instances of this class.

SEE ALSO

HTMLcalendar


Previous Next blank.gif blank.gif
Buzz.gif

Copyright © Robin Friedrich
All Rights Reserved
Comments to author: dev@null
Generated: Tue Apr 20, 1999