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

In This Topic
    SYMBLIB_LASTMODIFICATIONDATE Property
    In This Topic
    Modification date (automatic) # 15023.
    Syntax
    public PropertyValue SYMBLIB_LASTMODIFICATIONDATE {get; set;}
    public:
    property PropertyValue^ SYMBLIB_LASTMODIFICATIONDATE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.DateTime.
    Remarks

    Date of last change to the symbol library. The time is output in the local time of the user in accordance with the set time zone.

    See Also