API Help
Eplan.EplApi.DataModel Namespace / DeletedObjectInfoPropertyList Class / DMDELETEDOBJECTINFO_TIME Property / DMDELETEDOBJECTINFO_TIME(Int32) Property

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

    Parameters

    index

    Property Value

    Returns property value of type System.DateTime.
    Remarks

    Shows the time (time and date), at the deletion marker, at which the object was deleted.

    See Also