Share

AcDbDate::AcDbDate

C++

AcDbDate(
    InitialValue i
);

Description

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.

Parameters

Parameters Description
i Input desired initial value

Links

AcDbDate

Was this information helpful?