Eplan Platform API
Eplan.EplApi.DataModel Namespace / OptionPropertyList Class / INSTANCE_REVISION_LOG_DATE Property / INSTANCE_REVISION_LOG_DATE Property

In This Topic
    INSTANCE_REVISION_LOG_DATE Property
    In This Topic
    Modification date (change tracking) # 19032.
    Syntax
    public PropertyValue INSTANCE_REVISION_LOG_DATE {get; set;}
    public:
    property PropertyValue^ INSTANCE_REVISION_LOG_DATE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.DateTime.
    Remarks

    Date on which an object in a revision was modified. This property is displayed by default in the automatically generated revision marker. The time is output in the local time of the user in accordance with the set time zone.

    See Also