API Help
Eplan.EplApi.DataModel.MasterData Namespace / FunctionDefinitionLibraryPropertyList Class / FCTDEFLIB_LASTMODIFICATIONDATE Property / FCTDEFLIB_LASTMODIFICATIONDATE(Int32) Property

In This Topic
    FCTDEFLIB_LASTMODIFICATIONDATE(Int32) Property
    In This Topic
    Modification date # 15501. This property isn't indexed.
    Syntax
    public PropertyValue FCTDEFLIB_LASTMODIFICATIONDATE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FCTDEFLIB_LASTMODIFICATIONDATE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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