API Help
Eplan.EplApi.MasterData Namespace / MDPropertyValue Class / ToTime Method

In This Topic
    ToTime Method (MDPropertyValue)
    In This Topic
    Converts this MDPropertyValue object to System::DateTime.
    Syntax
    public DateTime ToTime()
    public:
    DateTime ToTime(); 

    Return Value

    System::DateTime value of the MDPropertyValue.
    Exceptions
    ExceptionDescription
    Thrown when property value isn't a valid time value.
    See Also