API Help
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / PART_LASTCHANGE_DATE Property / PART_LASTCHANGE_DATE(Int32) Property

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

    Parameters

    index

    Property Value

    Returns property value of type System.DateTime.
    Remarks

    Shows the date and time of the last change.

    See Also