Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectPropertyList Class / PROJ_LASTMODIFICATIONDATE Property / PROJ_LASTMODIFICATIONDATE Property

In This Topic
    PROJ_LASTMODIFICATIONDATE Property
    In This Topic
    Modification date # 10023.
    Syntax
    public PropertyValue PROJ_LASTMODIFICATIONDATE {get; set;}
    public:
    property PropertyValue^ PROJ_LASTMODIFICATIONDATE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.DateTime.
    Remarks

    This property is read-only..

    Date of last changes to the project.

    See Also