Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / InstallationSpacePropertyList Class / INSTALLATIONSPACE_LASTAUTOMODIFICATIONDATE Property / INSTALLATIONSPACE_LASTAUTOMODIFICATIONDATE Property

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

    Property Value

    Returns property value of type System.DateTime.
    Remarks

    Date of the last modification of the layout space. 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