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

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

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Time at which an object in a revision was modified. This property is displayed by default in the automatically generated revision marker. The time representation can be configured in the project settings. The time is output in the local time of the user in accordance with the set time zone.

    See Also