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

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

    Property Value

    Returns property value of type System.DateTime.
    Remarks

    Date the project was created. The property is automatically assigned and cannot be changed. The time is output in the local time of the user in accordance with the set time zone.

    See Also