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

In This Topic
    PROJ_LASTMODIFICATIONTIME Property
    In This Topic
    Modification time # 10047.
    Syntax
    public PropertyValue PROJ_LASTMODIFICATIONTIME {get; set;}
    public:
    property PropertyValue^ PROJ_LASTMODIFICATIONTIME {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    The time the project was last changed. How the time is displayed can be configured in the project settings. The time is output in the local time of the user in accordance with the set time zone.

    See Also