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

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

    Parameters

    index

    Property Value

    Returns property value of type System.DateTime.
    Remarks

    Creation date of the function definition library.

    See Also