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

In This Topic
    PROJ_ACTUALTIME Property
    In This Topic
    Time of the day # 10058.
    Syntax
    public PropertyValue PROJ_ACTUALTIME {get; set;}
    public:
    property PropertyValue^ PROJ_ACTUALTIME {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    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