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. 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