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

In This Topic
    PROJ_LASTTRANSLATIONDATE(Int32) Property
    In This Topic
    Last translation: Date # 10024. This property isn't indexed.
    Syntax
    public PropertyValue PROJ_LASTTRANSLATIONDATE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJ_LASTTRANSLATIONDATE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.DateTime.
    Remarks

    The date of the last foreign language translation. How the date is displayed can be configured in the project settings.

    See Also