Eplan Platform API
Eplan.EplApi.DataModel Namespace / PagePropertyList Class / PAGE_LASTAUTOMODIFICATIONDATE Property / PAGE_LASTAUTOMODIFICATIONDATE Property

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

    Property Value

    Returns property value of type System.DateTime.
    Remarks

    Date of last change to the page. The time is output in the local time of the user in accordance with the set time zone.

    See Also