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

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

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    The time the page 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