API Help
Eplan.EplApi.MasterData Namespace / MDPropertyValue Class / Implicit Type Conversion Operator / Implicit Type Conversion(DateTime,MDPropertyValue) Operator
MDPropertyValue to convert

In This Topic
    Implicit Type Conversion(DateTime,MDPropertyValue) Operator
    In This Topic
    Converts MDPropertyValue object to System::DateTime.
    Syntax
    public DateTime operator implicit( 
       MDPropertyValue p
    )
    public:
    operator DateTime ( 
       MDPropertyValue^ p
    )

    Parameters

    p
    MDPropertyValue to convert

    Return Value

    System::DateTime value of the MDPropertyValue.
    See Also