API Help
Eplan.EplApi.DataModel Namespace / ProjectPropertyList Class / PROJ_REVISION_APPROVEDDATE Property / PROJ_REVISION_APPROVEDDATE(Int32) Property

In This Topic
    PROJ_REVISION_APPROVEDDATE(Int32) Property
    In This Topic
    Approved date # 10161. This property isn't indexed.
    Syntax
    public PropertyValue PROJ_REVISION_APPROVEDDATE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJ_REVISION_APPROVEDDATE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.DateTime.
    Remarks

    Shows date and time of checking the project. This property can be entered in the Project properties dialog.

    See Also