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

In This Topic
    PROJ_REVISION_APPROVEDDATE Property
    In This Topic
    Approved date # 10161.
    Syntax
    public PropertyValue PROJ_REVISION_APPROVEDDATE {get; set;}
    public:
    property PropertyValue^ PROJ_REVISION_APPROVEDDATE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.DateTime.
    Remarks

    Shows date and time of approving the project. This property can be entered in the project properties. For compatibility reasons only the date is displayed during the display of this property in the graphical editor or in the reports, and not the time.

    See Also