Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDSymbolLibraryPropertyList Class / SYMBLIB_CREATIONDATE Property / SYMBLIB_CREATIONDATE Property

In This Topic
    SYMBLIB_CREATIONDATE Property
    In This Topic
    Creation date # 15021.
    Syntax
    public MDPropertyValue SYMBLIB_CREATIONDATE {get; set;}
    public:
    property MDPropertyValue^ SYMBLIB_CREATIONDATE {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ value);
    }

    Property Value

    Returns property value of type System.DateTime.
    Remarks

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

    See Also