Eplan Platform API
Eplan.EplApi.DataModel Namespace / PropertyValue Class / Implicit Type Conversion Operator / Implicit Type Conversion(DateTime,PropertyValue) Operator
PropertyValue to convert

In This Topic
    Implicit Type Conversion(DateTime,PropertyValue) Operator
    In This Topic
    Used in conversion of the PropertyValue object to DateTime.
    Syntax
    public DateTime operator implicit( 
       PropertyValue p
    )
    public:
    operator DateTime ( 
       PropertyValue^ p
    )

    Parameters

    p
    PropertyValue to convert

    Return Value

    System::DateTime value of the PropertyValue.
    See Also