Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectPropertyList Class / PROJ_ACTUALDATE Property / PROJ_ACTUALDATE Property

In This Topic
    PROJ_ACTUALDATE Property
    In This Topic
    Date # 10027.
    Syntax
    public PropertyValue PROJ_ACTUALDATE {get; set;}
    public:
    property PropertyValue^ PROJ_ACTUALDATE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.DateTime.
    Remarks

    This property is read-only..

    Provides the current date as a character string corresponding to the currently defined formatting.

    See Also