API Help
Eplan.EplApi.DataModel Namespace / PagePropertyList Class / PAGE_CREATIONTIME Property / PAGE_CREATIONTIME(Int32) Property

In This Topic
    PAGE_CREATIONTIME(Int32) Property
    In This Topic
    Creation time # 11002. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue PAGE_CREATIONTIME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PAGE_CREATIONTIME {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    The time the page was created. How the time is displayed can be configured in the project settings.

    See Also