Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDSymbolPropertyList Class / SYMB_CREATIONDATE Property / SYMB_CREATIONDATE Property

In This Topic
    SYMB_CREATIONDATE Property
    In This Topic
    Creation date # 16021.
    Syntax
    public MDPropertyValue SYMB_CREATIONDATE {get; set;}
    public:
    property MDPropertyValue^ SYMB_CREATIONDATE {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ 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