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

In This Topic
    PROJ_LASTTRANSLATIONDATE Property
    In This Topic
    Last translation: Date # 10024.
    Syntax
    public PropertyValue PROJ_LASTTRANSLATIONDATE {get; set;}
    public:
    property PropertyValue^ PROJ_LASTTRANSLATIONDATE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    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