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

In This Topic
    PART_CREATE_DATE Property
    In This Topic
    Creation date # 22983.
    Syntax
    public PropertyValue PART_CREATE_DATE {get; set;}
    public:
    property PropertyValue^ PART_CREATE_DATE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.DateTime.
    Remarks

    Shows date and time when the record was created. The time is output in the local time of the user in accordance with the set time zone.

    See Also