Overload List
| Method | Description |
|---|---|
AcDbDate::AcDbDate () | Default constructor. Initializes to Julian year and time "zero". |
AcDbDate::AcDbDate (AcDbDate&) | Copy constructor. |
AcDbDate::AcDbDate (InitialValue) | This constructor initializes the AcDbDate object based on the input InitialValuei. If i is kInitZero, the date is initialized to 0. If i is kInitLocalTime, the date is initialized with the computer's date in local time. If i is kInitUniversalTime, the date is initialized with the computer's date in universal time. |
