API Help
Eplan.EplApi.DataModel Namespace / ProjectPropertyList Class / PROJ_ACTUALDATE Property / PROJ_ACTUALDATE(Int32) Property

In This Topic
    PROJ_ACTUALDATE(Int32) Property
    In This Topic
    Date # 10027. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue PROJ_ACTUALDATE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJ_ACTUALDATE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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