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

In This Topic
    PAGE_LASTMANUMODIFICATIONDATE Property
    In This Topic
    Modification date (manual) # 11023.
    Syntax
    public PropertyValue PAGE_LASTMANUMODIFICATIONDATE {get; set;}
    public:
    property PropertyValue^ PAGE_LASTMANUMODIFICATIONDATE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.DateTime.
    Remarks

    Manually entered modification date. The time is output in the local time of the user in accordance with the set time zone.

    See Also