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

In This Topic
    FCTDEFLIB_CREATIONDATE Property
    In This Topic
    Creation date # 15504.
    Syntax
    public PropertyValue FCTDEFLIB_CREATIONDATE {get; set;}
    public:
    property PropertyValue^ FCTDEFLIB_CREATIONDATE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.DateTime.
    Remarks

    Creation date of the function definition library.

    See Also