Share

AcDbDate::setTime

C++

ACDB_PORT void setTime(
    const SYSTEMTIME & st
);

Description

This method sets this AcDbDate from the information in st.

Parameters

Parameters Description
st Input date value

Links

AcDbDate

Was this information helpful?