Eplan Platform API
Eplan.EplApi.DataModel.MasterData Namespace / FunctionDefinitionLibraryPropertyList Class / FCTDEFLIB_LASTMODIFICATIONDATE Property / FCTDEFLIB_LASTMODIFICATIONDATE Property

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

    Property Value

    Returns property value of type System.DateTime.
    Remarks

    Date of last changes to the function definition library. Since function definition libraries cannot be subsequently changed, only generated, this also reflects the creation date.

    See Also