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

In This Topic
    PAGE_CREATIONDATE Property
    In This Topic
    Creation date # 11021.
    Syntax
    public PropertyValue PAGE_CREATIONDATE {get; set;}
    public:
    property PropertyValue^ PAGE_CREATIONDATE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.DateTime.
    Remarks

    Date the page was created. The time is output in the local time of the user in accordance with the set time zone.

    See Also