Eplan Platform API
Eplan.EplApi.DataModel Namespace / PagePropertyList Class / PAGE_REVISION_CHECKEDDATE Property / PAGE_REVISION_CHECKEDDATE Property

In This Topic
    PAGE_REVISION_CHECKEDDATE Property
    In This Topic
    Checked date # 11083.
    Syntax
    public PropertyValue PAGE_REVISION_CHECKEDDATE {get; set;}
    public:
    property PropertyValue^ PAGE_REVISION_CHECKEDDATE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.DateTime.
    Remarks

    Shows date and time at which the page was checked. This property can be entered in the Page properties dialog. 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