Eplan Platform API
Eplan.EplApi.DataModel Namespace / PagePropertyList Class / PAGE_REVISION_LOG_APPROVEDDATE Property / PAGE_REVISION_LOG_APPROVEDDATE(Int32) Property

In This Topic
    PAGE_REVISION_LOG_APPROVEDDATE(Int32) Property
    In This Topic
    Revision: Approved date (change tracking) # 11088.
    Syntax
    public PropertyValue PAGE_REVISION_LOG_APPROVEDDATE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PAGE_REVISION_LOG_APPROVEDDATE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    Parameter NameDescription
    index

    Property Value

    Returns property value of type System.DateTime.
    Remarks

    Property is indexed. Possible indexes are from 1 to 1000.

    Shows date and time of approving the revision. This property can be entered in the Edit revision data dialog. The index corresponds to the revision index, max. 1,000 entries are possible. 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