Eplan Platform API
Eplan.EplApi.EServices Namespace / ProjectMessage Class / GetTime Method

In This Topic
    GetTime Method
    In This Topic
    Returns the creation time of the message
    Syntax
    public DateTime GetTime()
    public:
    DateTime GetTime(); 
    Remarks
    Some messages do not have this property set. In this case DateTime.MinValue object is returned. Please set USER.EsDMServices.EsMsgMgmtService.WriteUserAndTimeToAllMessages in order to write User and Time data to every message when it is created. This settings can be initialized only before first check run. Please restart EPLAN in order to initialize settings again.
    See Also