Eplan Platform API
Eplan.EplApi.DataModel Namespace / PropertyValue Class / ToTime Method

In This Topic
    ToTime Method (PropertyValue)
    In This Topic
    Used in conversion of the PropertyValue object to time.
    Syntax
    public DateTime ToTime()
    public:
    DateTime ToTime(); 

    Return Value

    Time value of the PropertyValue.
    Exceptions
    ExceptionDescription
    Throws when property value isn't valid time value.
    See Also