Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / PART_LASTCHANGE_DATE Property / PART_LASTCHANGE_DATE Property

In This Topic
    PART_LASTCHANGE_DATE Property
    In This Topic
    Modification date # 22981.
    Syntax
    public MDPropertyValue PART_LASTCHANGE_DATE {get; set;}
    public:
    property MDPropertyValue^ PART_LASTCHANGE_DATE {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ value);
    }

    Property Value

    Returns property value of type System.DateTime.
    Remarks

    Shows the date and time of the last change. The time is output in the local time of the user in accordance with the set time zone. For compatibility reasons only the date is displayed during the display of this property in the graphical editor or in the reports, and not the time.

    See Also