Class DDateTime

Inherits from:
Object
Conforms to:
DComparable, DParsable, DTextable
Declared in:
DDateTime.h

Class Hierarchy

    Object
      |
      +---DDateTime

Class Description

The DDateTime class implements a date & time datatype.

Last modified:
12-Nov-2005 (DDateTime.h)

Instance Variables

private int _millis
the milliseconds (0..999)
private int _seconds
the seconds (0..59)
private int _minutes
the minutes (0..59)
private int _hours
the hours (0..23)
private int _day
the day (1..31)
private int _month
the month (1..12)
private int _year
the year (1970..)
private int _weekday
the week day 0..6

Method Index


generated 08-Jan-2006 by ObjcDoc 3.0.0