Eplan Platform API
Eplan.EplApi.DataModel.MasterData Namespace / SymbolPropertyList Class / SYMB_CREATIONDATE Property / SYMB_CREATIONDATE Property

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

    Property Value

    Returns property value of type System.DateTime.
    Remarks

    Creation date of the symbol. The time is output in the local time of the user in accordance with the set time zone.

    See Also