Eplan Platform API
Eplan.EplApi.DataModel.MasterData Namespace / SymbolLibraryPropertyList Class / SYMBLIB_CREATIONDATE Property / SYMBLIB_CREATIONDATE Property

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