C++
Acad::ErrorStatus setTimeZone( AcDb::TimeZone tz );
Description
Sets the time zone for this drawing.Time zone is best set through the Geographic Location dialog.
Returns Acad::eOk if a valid time zone is passed in.
Parameters
Parameters | Description |
---|---|
tz | Input a time zone defined in the AcDb::TimeZone enumeration |