edu.cmu.hcii.calo.model.Task.SmartDateFormatter Class Reference

List of all members.

Static Public Member Functions

static String formatDate (Calendar date)

Static Private Attributes

static final long ONE_MINUTE = 1000 * 60
static final long ONE_HOUR = SmartDateFormatter.ONE_MINUTE * 60
static final long ONE_DAY = SmartDateFormatter.ONE_HOUR * 24
static final long ONE_WEEK = SmartDateFormatter.ONE_DAY * 7
static final long ONE_MONTH = (long)(SmartDateFormatter.ONE_DAY * 30.416667)
static final long ONE_YEAR = SmartDateFormatter.ONE_MONTH * 12

Member Function Documentation

static String edu.cmu.hcii.calo.model.Task.SmartDateFormatter.formatDate ( Calendar  date  )  [static]


Member Data Documentation

final long edu.cmu.hcii.calo.model.Task.SmartDateFormatter.ONE_MINUTE = 1000 * 60 [static, private]

final long edu.cmu.hcii.calo.model.Task.SmartDateFormatter.ONE_HOUR = SmartDateFormatter.ONE_MINUTE * 60 [static, private]

final long edu.cmu.hcii.calo.model.Task.SmartDateFormatter.ONE_DAY = SmartDateFormatter.ONE_HOUR * 24 [static, private]

final long edu.cmu.hcii.calo.model.Task.SmartDateFormatter.ONE_WEEK = SmartDateFormatter.ONE_DAY * 7 [static, private]

final long edu.cmu.hcii.calo.model.Task.SmartDateFormatter.ONE_MONTH = (long)(SmartDateFormatter.ONE_DAY * 30.416667) [static, private]

final long edu.cmu.hcii.calo.model.Task.SmartDateFormatter.ONE_YEAR = SmartDateFormatter.ONE_MONTH * 12 [static, private]


The documentation for this class was generated from the following file:
Generated on Wed Aug 8 16:31:51 2007 for CALO by  doxygen 1.5.2