Eplan Platform API
Eplan.EplApi.DataModel Namespace / ConnectionPointsInfoPropertyList Class / PART_LASTCHANGE_DATE Property / PART_LASTCHANGE_DATE Property

In This Topic
    PART_LASTCHANGE_DATE Property
    In This Topic
    Modification date # 22981.
    Syntax
    public PropertyValue PART_LASTCHANGE_DATE {get; set;}
    public:
    property PropertyValue^ PART_LASTCHANGE_DATE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.DateTime.
    Remarks

    Shows the date and time of the last change. The time is output in the local time of the user in accordance with the set time zone.

    See Also