Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectPropertyList Class / PROJ_CREATIONTIME Property / PROJ_CREATIONTIME Property

In This Topic
    PROJ_CREATIONTIME Property
    In This Topic
    Creation time # 10046.
    Syntax
    public PropertyValue PROJ_CREATIONTIME {get; set;}
    public:
    property PropertyValue^ PROJ_CREATIONTIME {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

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

    See Also